Merge branch 'workaround_545' into 'main'

Temporarily disable it_cancels_delayed_firings.

See merge request tpo/core/arti!846
This commit is contained in:
eta 2022-11-11 11:16:33 +00:00
commit b1cc1e2065
1 changed files with 5 additions and 0 deletions

View File

@ -342,7 +342,12 @@ mod test {
});
}
// This test is disabled because it was flaky when the CI servers were
// heavily loaded. (See #545.)
//
// TODO: Let's fix this test and make it more reliable, then re-enable it.
#[test]
#[ignore]
fn it_cancels_delayed_firings() {
test_with_all_runtimes!(|rt| async move {
let (mut sch, hdl) = TaskSchedule::new(rt.clone());