Attempt to disable flaky tests for now

Issue8003 causes failures on some Ubuntu systems.
Disabling until we understand why.
This commit is contained in:
Jon Evans 2024-02-16 18:26:02 -05:00
parent afae6e2e9d
commit 835a82f0b9
1 changed files with 1 additions and 1 deletions

View File

@ -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";