From 817ba0cf0d70663d934eee421288978ff939cbd2 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 4 Oct 2018 13:42:30 -0400 Subject: 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 --- testsuite/tests/ghci/should_run/all.T | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.1