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

Commit 03ce798

Browse files
committed
Ignore flaky test
1 parent 95bce80 commit 03ce798

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

lumen_runtime/src/otp/erlang/tests/read_timer_2/with_reference/with_list_options/with_async_false/with_timer/in_different_thread.rs

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

77
#[test]
8+
// flaky
9+
#[ignore]
810
fn without_timeout_returns_milliseconds_remaining() {
911
with_timer(|milliseconds, barrier, timer_reference, process| {
1012
timeout_after_half(milliseconds, barrier);

0 commit comments

Comments
 (0)