Browse Source

Attempt to disable flaky tests for now

Issue8003 causes failures on some Ubuntu systems.
Disabling until we understand why.
newinvert
Jon Evans 2 years ago
parent
commit
835a82f0b9
  1. 2
      qa/tests/pcbnew/test_save_load.cpp

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

Loading…
Cancel
Save