diff --git a/maxscale-system-test/testconnections.cpp b/maxscale-system-test/testconnections.cpp index a35afd457..9ef1ed366 100644 --- a/maxscale-system-test/testconnections.cpp +++ b/maxscale-system-test/testconnections.cpp @@ -801,6 +801,10 @@ void TestConnections::init_maxscale(int m) true, "maxctrl api get maxscale/debug/monitor_wait"); } + else + { + maxscales->stop_maxscale(m); + } } void TestConnections::copy_one_mariadb_log(int i, std::string filename)