Disable mxs1824_double_cursor

The test doesn't work due to the fact that the connector can't open two
cursors at the same time.
This commit is contained in:
Markus Mäkelä
2018-06-04 21:19:10 +03:00
parent e6a9b83269
commit 994d3bc22d

View File

@ -650,6 +650,9 @@ 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)