diff options
author | Ben Gamari <ben@well-typed.com> | 2019-04-26 04:54:21 +0000 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2019-06-04 09:49:38 -0400 |
commit | 6616e176512ba84191a3c62737dd4f6ef47d60f7 (patch) | |
tree | 593b025be7f8c17e8db09687ab07dd524e95c68d | |
parent | 605869c7b776ce6071a31ff447998b081e0354ed (diff) | |
download | haskell-cherry-pick-0dde64f2.tar.gz |
testsuite: Mark concprog001 as fragilecherry-pick-0dde64f2
Due to #16604.
(cherry picked from commit 0dde64f28a587f66bc44e591744712004bfff19f)
-rw-r--r-- | testsuite/tests/concurrent/prog001/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/prog001/all.T b/testsuite/tests/concurrent/prog001/all.T index e3195833a0..39327b0a85 100644 --- a/testsuite/tests/concurrent/prog001/all.T +++ b/testsuite/tests/concurrent/prog001/all.T @@ -14,5 +14,6 @@ test('concprog001', [extra_files(['Arithmetic.hs', 'Converter.hs', 'Mult.hs', 'Stream.hs', 'Thread.hs', 'Trit.hs', 'Utilities.hs']), when(fast(), skip), only_ways(['threaded2']), + fragile(16604), run_timeout_multiplier(2)], multimod_compile_and_run, ['Mult', '']) |