summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <bgamari.foss@gmail.com>2018-10-04 13:42:30 -0400
committerBen Gamari <ben@smart-cactus.org>2018-10-04 22:27:54 -0400
commit817ba0cf0d70663d934eee421288978ff939cbd2 (patch)
tree596420363c79842d0ec629deec69a021e4103fa3
parentfa1c8279ada1e9f9ee34056de5be3b043b469f05 (diff)
downloadhaskell-817ba0cf0d70663d934eee421288978ff939cbd2.tar.gz
testsuite: Skip T3171 for now
This test is remarkably flaky, failing regularly on i386/Linux, amd64/Fedora, and amd64/Darwin. I've opened #15383 to track this and am disabling the test for now until we have a chance to investigate. Test Plan: Validate Reviewers: alpmestan Subscribers: rwbarton, carter GHC Trac Issues: #15383 Differential Revision: https://phabricator.haskell.org/D5202
-rw-r--r--testsuite/tests/ghci/should_run/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T
index d92b0e70b4..70e200c0d1 100644
--- a/testsuite/tests/ghci/should_run/all.T
+++ b/testsuite/tests/ghci/should_run/all.T
@@ -11,6 +11,7 @@ test('T2881', just_ghci, compile_and_run, [''])
test('T3171',
[when(opsys('mingw32'),skip),
+ skip, # This test is quite flaky (#15383)
req_interp,
combined_output],
run_command,