mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01: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…
Reference in a new issue