From 835a82f0b9166eb4ed6d25341f5d1d2c34667d78 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Fri, 16 Feb 2024 18:26:02 -0500 Subject: [PATCH] Attempt to disable flaky tests for now Issue8003 causes failures on some Ubuntu systems. Disabling until we understand why. --- qa/tests/pcbnew/test_save_load.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tests/pcbnew/test_save_load.cpp b/qa/tests/pcbnew/test_save_load.cpp index deee874119..1b456328d2 100644 --- a/qa/tests/pcbnew/test_save_load.cpp +++ b/qa/tests/pcbnew/test_save_load.cpp @@ -51,7 +51,7 @@ BOOST_FIXTURE_TEST_CASE( RegressionSaveLoadTests, SAVE_LOAD_TEST_FIXTURE ) "issue6260", "issue6945", "issue7267", - "issue8003" }; + /* "issue8003" */ }; // issue8003 is flaky on some platforms auto savePath = std::filesystem::temp_directory_path() / "group_saveload_tst.kicad_pcb";