Skip to content

Commit

Permalink
skip flakey hot reload test
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Aug 16, 2024
1 parent 4565c2d commit 5ccf497
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sgl/device/tests/test_hot_reload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@ TEST_CASE_GPU("change program and auto detect changes")
CHECK(!ctx.device->_hot_reload()->last_build_failed());
}

TEST_CASE_GPU("create multi directory session and monitor for changes")
/// SKIPPED: This test is flaky on CI, and needs to be reworked.
TEST_CASE_GPU("create multi directory session and monitor for changes" * doctest::skip())
{
// Enable auto detection and wipe any existing monitors to ensure test is from a 'clean slate'.
ctx.device->_hot_reload()->set_auto_detect_changes(true);
Expand Down

0 comments on commit 5ccf497

Please sign in to comment.