Skip to content

Commit 898aab2

Browse files
committed
Exclude failing/hanging CRuby scheduler tests
1 parent e73732f commit 898aab2

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

test/mri/excludes/TestFiberScheduler.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
exclude :test_fiber_new, "needs investigation"
66
exclude :test_fiber_new_with_options, "needs investigation"
77
exclude :test_optional_close, "needs investigation"
8+
exclude :test_minimal_interface, "needs investigation"

test/mri/excludes/TestFiberSleep.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
exclude :test_sleep, "needs investigation"
22
exclude :test_sleep_returns_seconds_slept, "needs investigation"
3+
exclude :test_broken_sleep, "needs investigation"

test/mri/excludes/TestFiberThread.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
exclude :test_broken_unblock, "needs investigation"
2+
exclude :test_thread_join, "needs investigation"
3+
exclude :test_thread_join_blocking, "needs investigation"
4+
exclude :test_thread_join_hang, "needs investigation"
5+
exclude :test_thread_join_implicit, "needs investigation"

0 commit comments

Comments
 (0)