blob: ee5939afb70fff073914c074e85b9a2174e79b11 (
plain)
1
2
3
4
5
6
7
8
|
# This test is very flaky on Windows.
# It is a genuine bug that should be looked at, but
# for the sake of stability of the build bot we disable it for now.
# See Trac 11317.
test('prog003',
[when(opsys('mingw32'), skip),
cmd_prefix('ghciWayFlags=' + config.ghci_way_flags)],
ghci_script, ['prog003.script'])
|