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

Commit e1c92b6

Browse files
committed
Disable flaky timer test
1 parent 7242532 commit e1c92b6

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

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

77
#[test]
8+
#[ignore]
89
fn without_timeout_returns_milliseconds_remaining_and_does_not_send_timeout_message() {
910
with_timer(|milliseconds, barrier, timer_reference, process| {
1011
timeout_after_half(milliseconds, barrier);
@@ -34,6 +35,7 @@ fn without_timeout_returns_milliseconds_remaining_and_does_not_send_timeout_mess
3435
let milliseconds_remaining = received_tuple[2];
3536

3637
assert!(milliseconds_remaining.is_integer());
38+
// flaky
3739
assert!(process.integer(0).unwrap() < milliseconds_remaining);
3840
assert!(milliseconds_remaining <= process.integer(milliseconds / 2).unwrap());
3941

0 commit comments

Comments
 (0)