Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit b98b196

Browse files
committed
Ignore flaky timer test
1 parent b1942bd commit b98b196

File tree

1 file changed

+1
-0
lines changed
  • lumen_runtime/src/otp/erlang/tests/cancel_timer_2/with_reference_timer_reference/with_list_options/without_async/without_info/with_local_reference/with_timer

1 file changed

+1
-0
lines changed

lumen_runtime/src/otp/erlang/tests/cancel_timer_2/with_reference_timer_reference/with_list_options/without_async/without_info/with_local_reference/with_timer/in_different_thread.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ fn without_timeout_returns_milliseconds_remaining_and_does_not_send_timeout_mess
2121
.expect("Timer could not be cancelled");
2222

2323
assert!(milliseconds_remaining.is_integer());
24+
// flaky
2425
assert!(process.integer(0).unwrap() < milliseconds_remaining);
2526
assert!(milliseconds_remaining <= process.integer(milliseconds / 2).unwrap());
2627

0 commit comments

Comments
 (0)