Enable mxs1824_double_cursor in 2.2

The test apparently started working when 10.3 was set as the default
backend.
This commit is contained in:
Markus Mäkelä 2018-06-18 11:04:23 +03:00
parent 8a526bf84f
commit d9cc65cca7
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -654,9 +654,6 @@ add_test_executable(mxs1808_long_data.cpp mxs1808_long_data replication LABELS r
# https://jira.mariadb.org/browse/MXS-1824
add_test_executable(mxs1824_double_cursor.cpp mxs1824_double_cursor replication LABELS readwritesplit REPL_BACKEND)
# TODO: Remove this once the problem with the connector is resolved
set_tests_properties(mxs1824_double_cursor PROPERTIES WILL_FAIL TRUE)
# MXS-1831: No error on invalid monitor parameter alteration
# https://jira.mariadb.org/browse/MXS-1831
add_test_executable(mxs1831_unknown_param.cpp mxs1831_unknown_param replication LABELS REPL_BACKEND)