Skip to content
Snippets Groups Projects
Commit 411ba7ba authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

testsuite: Mark T11627b as fragile

It was previously marked as broken due to #12236 however it passes for
me locally while failing on CI.
parent dcb23ec9
No related branches found
No related tags found
No related merge requests found
...@@ -124,8 +124,7 @@ test('T11627a', [ extra_ways(extra_prof_ways), ...@@ -124,8 +124,7 @@ test('T11627a', [ extra_ways(extra_prof_ways),
test('T11627b', [ extra_run_opts('+RTS -i0 -RTS') # census after each GC test('T11627b', [ extra_run_opts('+RTS -i0 -RTS') # census after each GC
, extra_ways(extra_prof_ways) , extra_ways(extra_prof_ways)
, when(opsys('darwin'), skip) , when(opsys('darwin'), skip)
, when(opsys('mingw32'), , when(opsys('mingw32'), fragile_for(12236, ['prof_hc_hb']))
expect_broken_for(12236, ['prof_hc_hb']))
] ]
, compile_and_run , compile_and_run
, ['']) , [''])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment