diff options
Diffstat (limited to 'testsuite/tests/cabal/cabal01')
-rw-r--r-- | testsuite/tests/cabal/cabal01/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/cabal/cabal01/all.T b/testsuite/tests/cabal/cabal01/all.T index 4a17490f18..123a64c59d 100644 --- a/testsuite/tests/cabal/cabal01/all.T +++ b/testsuite/tests/cabal/cabal01/all.T @@ -23,6 +23,7 @@ def ignoreLdOutput(str): test('cabal01', [extra_files(['A.hs', 'B/', 'MainA.hs', 'Setup.lhs', 'c_src/', 'hello.c', 'test.cabal']), - normalise_errmsg_fun(ignoreLdOutput)], + normalise_errmsg_fun(ignoreLdOutput), + js_broken(22351)], run_command, ['$MAKE -s --no-print-directory cabal01 VANILLA=' + vanilla + ' PROF=' + prof + ' DYN=' + dyn + ' ' + cleanup]) |