mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Disable combinations processing until next version
This commit is contained in:
parent
72cafd4787
commit
75ea7c7e66
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ sub collect_one_suite($$)
|
|||
# ----------------------------------------------------------------------
|
||||
# Proccess combinations only if new tests were added
|
||||
# ----------------------------------------------------------------------
|
||||
if ($combinations && $begin_index <= $#{@$cases})
|
||||
if (0 and $combinations && $begin_index <= $#{@$cases})
|
||||
{
|
||||
my $end_index = $#{@$cases};
|
||||
my $is_copy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue