summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Richter <bryan@haskell.foundation>2022-12-07 14:52:17 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-12-08 22:50:56 -0500
commitaacf616df0b4059e6b177ecb64624ae6fb1d1c87 (patch)
treeccb692a4315c54237b83a65fb87feedad5e84fa7
parentb0cc2fcfc485da772c5ffef1b625af9e7ae73129 (diff)
downloadhaskell-aacf616df0b4059e6b177ecb64624ae6fb1d1c87.tar.gz
testsuite: Mark conc024 fragile on Windows
-rw-r--r--testsuite/tests/concurrent/should_run/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index e57204b2c2..3631cc8e88 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -149,7 +149,7 @@ test('conc021',
compile_and_run, [''])
test('conc022', normal, compile_and_run, [''])
-test('conc024', normal, compile_and_run, [''])
+test('conc024', when(opsys('mingw32'), fragile(17733)), compile_and_run, [''])
test('conc025', normal, compile_and_run, [''])
test('conc026', normal, compile_and_run, [''])
test('conc028', normal, compile_and_run, [''])