Skip to content

Commit a144c7d

Browse files
author
Benjamin Berg
committed
tests: Skip test_select_interrupt_noraise test
This test seems to be new and relies on sigalarm interrupting the select. But that isn't really a valid assumption with GLib driving it currently (i.e. it would need extra handling).
1 parent 725ee6b commit a144c7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_glib_selector.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ def SELECTOR(self):
1313

1414
def test_select_interrupt_exc(self):
1515
raise unittest.SkipTest("TODO")
16+
17+
def test_select_interrupt_noraise(self):
18+
raise unittest.SkipTest("TODO")

0 commit comments

Comments
 (0)