summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/tests/concurrent/should_run/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index 99f9b6eddc..5ba0657686 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -196,6 +196,8 @@ test('conc036', skip, compile_and_run, [''])
# Interrupting foreign calls only makes sense if we are threaded
test('foreignInterruptible', [when(fast(), skip),
when(opsys('mingw32'),expect_fail),
+ # Fragile in unregisterised way; see #15467.
+ when(unregisterised(), skip),
# I don't think we support interrupting Sleep()
# on Windows. --SDM
only_threaded_ways,