diff --git a/test/tap/tests/test_debug_filters-t.cpp b/test/tap/tests/test_debug_filters-t.cpp index 03a9ba41d..72518f52d 100644 --- a/test/tap/tests/test_debug_filters-t.cpp +++ b/test/tap/tests/test_debug_filters-t.cpp @@ -162,6 +162,11 @@ int main(int argc, char** argv) { return EXIT_FAILURE; } + diag("This test is now disabled because the plan is to have debugging always enabled"); + plan(1); + ok(1,"This test is now disabled because the plan is to have debugging always enabled"); + return exit_status(); + const auto create_conn_action = [&cl]() -> int { return create_and_close_proxy_conn(cl); }; const auto set_statement_action = [&cl]() -> int { return set_statement_query(cl); };