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

Commit 8af4224

Browse files
committed
Ignore flaky timer test
1 parent cd7e18c commit 8af4224

File tree

1 file changed

+2
-0
lines changed
  • lumen_runtime/src/otp/erlang/tests/read_timer_1/with_local_reference/with_timer

1 file changed

+2
-0
lines changed

lumen_runtime/src/otp/erlang/tests/read_timer_1/with_local_reference/with_timer/in_same_thread.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use std::thread;
44
use std::time::Duration;
55

66
#[test]
7+
#[ignore]
78
fn without_timeout_returns_milliseconds_remaining_and_does_not_send_timeout_message() {
89
with_timer(|milliseconds, message, timer_reference, process| {
910
let half_milliseconds = milliseconds / 2;
@@ -13,6 +14,7 @@ fn without_timeout_returns_milliseconds_remaining_and_does_not_send_timeout_mess
1314

1415
let timeout_message = timeout_message(timer_reference, message, process);
1516

17+
// flaky
1618
assert!(!has_message(process, timeout_message));
1719

1820
let first_milliseconds_remaining =

0 commit comments

Comments
 (0)