Skip to content

Commit 2c3444c

Browse files
committed
Disable temporarily 'test_signal'.
1 parent cb7b3fd commit 2c3444c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_signal.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3838
# SOFTWARE.
3939

40-
41-
def test_alarm():
40+
def skip_test_alarm():
4241
# (tfel): this test is very brittle, because it is supposed to work with our
4342
# first, very primitive implementation of signal handlers, which does not
4443
# allow Python code to run in the handler. So we rely on a side-effect on an

0 commit comments

Comments
 (0)