summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-02-04 22:02:52 -0500
committerBen Gamari <ben@smart-cactus.org>2019-02-20 14:28:55 -0500
commit3ac2d665efb4aadf62c310710e83a2e945bb25b4 (patch)
tree7d9a2a1da2832907c0561ec375e498f968ddcaf3
parent46ff73df2bd12f270f447ab070d6a9b20cbab6fa (diff)
downloadhaskell-3ac2d665efb4aadf62c310710e83a2e945bb25b4.tar.gz
testsuite: Always skip T15897
See #16193. (cherry picked from commit f53ef1a72fdebeff19d4a4bd5552d25101c85147)
-rw-r--r--testsuite/tests/profiling/should_run/all.T5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 9bca86b274..52dcf98aa2 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -147,6 +147,9 @@ test('T12962', [], compile_and_run, [''])
test('T14257', [], run_command, ['$MAKE -s --no-print-directory T14257'])
test('T15897',
- [extra_ways(['profasm']), only_ways(['profasm']), run_timeout_multiplier(2)],
+ [extra_ways(['profasm']), only_ways(['profasm']),
+ run_timeout_multiplier(2),
+ # Takes too long and is quite fragile (#15467, #16193)
+ skip],
run_command,
['$MAKE -s --no-print-directory T15897'])