Attempt to disable flaky tests for now
Issue8003 causes failures on some Ubuntu systems. Disabling until we understand why.
This commit is contained in:
parent
afae6e2e9d
commit
835a82f0b9
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue