Skip to content

Commit e1729d6

Browse files
committed
Tag more flaky MRI tests.
1 parent a6472c1 commit e1729d6

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

test/mri/excludes/TestSocketAddrinfo.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
exclude :test_addrinfo_unix, "needs investigation"
1010
exclude :test_addrinfo_unix_dgram, "needs investigation"
1111
exclude :test_socket_getnameinfo, "needs investigation"
12+
exclude :test_marshal_memory_leak, "checks an MRI-specific regression and relies on flaky timing mechanism"

test/mri/excludes/TestSymbol.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
exclude :test_to_proc_binding, "needs investigation"
66
exclude :test_to_proc_iseq, "needs investigation"
77
exclude :test_ascii_incomat_inspect, "needs investigation"
8+
exclude :test_to_proc_arg, "flaky: sometimes times out in CI"
9+
exclude :test_to_proc_no_method, "flaky: sometimes times out in CI"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
exclude :test_callbacks, "needs investigation"
2+
exclude :test_restart_after_stop, "needs investigation"

0 commit comments

Comments
 (0)