summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-10-22 09:23:30 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-10-25 09:02:26 -0400
commit2a16b5553fff58a53437a993513484b74aeaaa85 (patch)
treeeb1f1308ce473bda642afe93c6824f675032f196 /testsuite/tests/ghci
parentecd89062985019592d1ed212dcc3b9905ceac315 (diff)
downloadhaskell-2a16b5553fff58a53437a993513484b74aeaaa85.tar.gz
testsuite: Mark T13786 as fragile in unreg build
Due to #17018.
Diffstat (limited to 'testsuite/tests/ghci')
-rw-r--r--testsuite/tests/ghci/T13786/all.T4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/T13786/all.T b/testsuite/tests/ghci/T13786/all.T
index 252657a4c1..a511474c96 100644
--- a/testsuite/tests/ghci/T13786/all.T
+++ b/testsuite/tests/ghci/T13786/all.T
@@ -1,2 +1,4 @@
-test('T13786', normal, makefile_test, [])
+test('T13786',
+ when(unregisterised(), fragile_for(17018, ['ghci'])),
+ makefile_test, [])