summaryrefslogtreecommitdiff
path: root/libraries/ghc-compact/tests/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-compact/tests/all.T')
-rw-r--r--libraries/ghc-compact/tests/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-compact/tests/all.T b/libraries/ghc-compact/tests/all.T
index 1f20a4e4ca..ec0d20fe05 100644
--- a/libraries/ghc-compact/tests/all.T
+++ b/libraries/ghc-compact/tests/all.T
@@ -14,7 +14,7 @@ test('compact_cycle', extra_run_opts('+RTS -K1m'), compile_and_run, [''])
test('compact_function', exit_code(1), compile_and_run, [''])
test('compact_mutable', exit_code(1), compile_and_run, [''])
test('compact_pinned', exit_code(1), compile_and_run, [''])
-test('compact_gc', ignore_stdout, compile_and_run, [''])
+test('compact_gc', [fragile_for(17253, ['ghci']), ignore_stdout], compile_and_run, [''])
# this test computes closure sizes and those are affected
# by the ghci and prof ways, because of BCOs and profiling headers.
test('compact_share', omit_ways(['ghci', 'profasm', 'profthreaded']),