We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7b3fd commit 2c3444cCopy full SHA for 2c3444c
graalpython/com.oracle.graal.python.test/src/tests/test_signal.py
@@ -37,8 +37,7 @@
37
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38
# SOFTWARE.
39
40
-
41
-def test_alarm():
+def skip_test_alarm():
42
# (tfel): this test is very brittle, because it is supposed to work with our
43
# first, very primitive implementation of signal handlers, which does not
44
# allow Python code to run in the handler. So we rely on a side-effect on an
0 commit comments