From 994d3bc22d8ce90ec86ee412909b24679c392b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 4 Jun 2018 21:19:10 +0300 Subject: [PATCH] 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. --- maxscale-system-test/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/maxscale-system-test/CMakeLists.txt b/maxscale-system-test/CMakeLists.txt index 4ca6c80e4..65b4e7ca2 100644 --- a/maxscale-system-test/CMakeLists.txt +++ b/maxscale-system-test/CMakeLists.txt @@ -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)