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

Commit 53df003

Browse files
committed
Ignore flaky timer test
1 parent 3cff054 commit 53df003

File tree

1 file changed

+1
-0
lines changed
  • lumen_runtime/src/otp/erlang/tests/read_timer_2/with_reference/with_list_options/without_async/with_timer

1 file changed

+1
-0
lines changed

lumen_runtime/src/otp/erlang/tests/read_timer_2/with_reference/with_list_options/without_async/with_timer/in_same_thread.rs

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

2424
assert!(first_milliseconds_remaining.is_integer());
25+
// flaky
2526
assert!(process.integer(0).unwrap() < first_milliseconds_remaining);
2627
assert!(first_milliseconds_remaining <= process.integer(milliseconds / 2).unwrap());
2728

0 commit comments

Comments
 (0)