From 411ba7baafa8a3e0428b51f35189e0dc5d34d76c Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Thu, 7 Nov 2019 06:44:16 -0500 Subject: [PATCH] testsuite: Mark T11627b as fragile It was previously marked as broken due to #12236 however it passes for me locally while failing on CI. --- testsuite/tests/profiling/should_run/all.T | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index a56223d84870..b7110556673c 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -124,8 +124,7 @@ test('T11627a', [ extra_ways(extra_prof_ways), test('T11627b', [ extra_run_opts('+RTS -i0 -RTS') # census after each GC , extra_ways(extra_prof_ways) , when(opsys('darwin'), skip) - , when(opsys('mingw32'), - expect_broken_for(12236, ['prof_hc_hb'])) + , when(opsys('mingw32'), fragile_for(12236, ['prof_hc_hb'])) ] , compile_and_run , ['']) -- GitLab