mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Disable combinations processing until next version
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user