Skip to content

Commit 04f0b60

Browse files
committed
Adjust test excludes, since some pass now
1 parent b30a446 commit 04f0b60

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

test/mri/excludes/TestIOWait.rb

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
exclude :test_nread, "needs investigation"
2-
exclude :test_nread_buffered, "needs investigation"
3-
exclude :test_wait_buffered, "needs investigation"
4-
exclude :test_wait_readable_buffered, "needs investigation"
5-
exclude :test_wait_readwrite, "needs investigation"
6-
exclude :test_wait_readwrite_timeout, "needs investigation"
7-
exclude :test_nread, "needs investigation"
8-
exclude :test_nread_buffered, "needs investigation"
9-
exclude :test_wait_buffered, "needs investigation"
10-
exclude :test_wait_readable_buffered, "needs investigation"
11-
exclude :test_wait_readwrite, "needs investigation"
12-
exclude :test_wait_readwrite_timeout, "needs investigation"
1+
exclude :test_nread, "buffered reads are not implemented"
2+
exclude :test_nread_buffered, "buffered reads are not implemented"
3+
exclude :test_wait_buffered, "buffered reads are not implemented"
4+
exclude :test_wait_readable_buffered, "buffered reads are not implemented"

0 commit comments

Comments
 (0)