From 80e53fa56b2f1f71485d63c78d3adfb9056486a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Thu, 16 Mar 2023 09:07:22 +0000 Subject: [PATCH] Disable TAP test test_debug_filters-t --- test/tap/tests/test_debug_filters-t.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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); };