MXS-2167: Change expected test outcome

The test should now pass as the functionality is implemented. Also added a
temporary workaround to firewall problems.
This commit is contained in:
Markus Mäkelä
2018-11-15 12:52:37 +02:00
parent cbe1483028
commit eac9b86647
2 changed files with 5 additions and 3 deletions

View File

@ -199,9 +199,6 @@ add_test_executable(maxctrl_basic.cpp maxctrl_basic replication LABELS maxctrl R
# MXS-2167: Monitors should be able to use extra_port
add_test_executable(mxs2167_extra_port.cpp mxs2167_extra_port mxs2167_extra_port LABELS REPL_BACKEND)
# TODO: Remove this once MXS-2167 is fixed
set_tests_properties(mxs2167_extra_port PROPERTIES WILL_FAIL TRUE)
############################################
# BEGIN: Tests that require GTID #
############################################