summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-02-04 22:02:52 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-02-10 08:40:03 -0500
commitf53ef1a72fdebeff19d4a4bd5552d25101c85147 (patch)
treef4560eeaa1fb34a376a3de064128333c292bec13
parent224fec6983e16ecfc44a80d47e591a2425468eaf (diff)
downloadhaskell-f53ef1a72fdebeff19d4a4bd5552d25101c85147.tar.gz
testsuite: Always skip T15897
See #16193.
-rw-r--r--testsuite/tests/profiling/should_run/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index f76b8f9794..8baddcbe65 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -148,6 +148,6 @@ test('T14257', [], makefile_test, ['T14257'])
test('T15897',
[extra_ways(['profasm']), only_ways(['profasm']),
run_timeout_multiplier(2),
- # Fragile in unregisterised way (#15467, #16227)
- when(unregisterised(), skip)],
+ # Takes too long and is quite fragile (#15467, #16193)
+ skip],
makefile_test, ['T15897'])