summaryrefslogtreecommitdiff
path: root/mysql-test/suite.pm
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite.pm')
-rw-r--r--mysql-test/suite.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/mysql-test/suite.pm b/mysql-test/suite.pm
index 5eafd4e2ffd..b063f32c506 100644
--- a/mysql-test/suite.pm
+++ b/mysql-test/suite.pm
@@ -66,10 +66,6 @@ sub skip_combinations {
unless $::mysqld_variables{'version-ssl-library'} =~ /OpenSSL (\S+)/
and $1 ge "1.0.1";
- $skip{'include/encryption_algorithms.combinations'} = [ 'ctr' ]
- unless $::mysqld_variables{'version-ssl-library'} =~ /OpenSSL (\S+)/
- and $1 ge "1.0.1";
-
%skip;
}