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

Commit 3a490a1

Browse files
committed
Disable flaky test
1 parent 4a52227 commit 3a490a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lumen_runtime/src/otp/erlang/tests/atom_to_list_1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fn without_atom_errors_badarg() {
1919
}
2020

2121
#[test]
22+
#[ignore]
2223
fn with_atom_returns_chars_in_list() {
2324
with_process_arc(|arc_process| {
2425
TestRunner::new(Config::with_source_file(file!()))

0 commit comments

Comments
 (0)