4 lines
106 B
Python
4 lines
106 B
Python
|
from test_support import TestSkipped
|
||
|
|
||
|
raise TestSkipped, 'test_poll currently not supported in Jython'
|