From 551b79e4c2685f0c6de16e274efd686f26ca3876 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Tue, 25 Jun 2019 18:00:29 -0400
Subject: [PATCH] testsuite: Mark T5611 and T5611a as fragile

---
 testsuite/tests/concurrent/should_run/all.T | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index b8aeb32803a5..28b701b683ba 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -74,8 +74,8 @@ test('T5558',
      compile_and_run, [''])
 
 test('T5421', normal, compile_and_run, [''])
-test('T5611', when(opsys('darwin'), fragile(12751)) , compile_and_run, [''])
-test('T5611a', when(opsys('darwin'), fragile(12751)) , compile_and_run, [''])
+test('T5611', fragile(12751), compile_and_run, [''])
+test('T5611a', fragile(12751), compile_and_run, [''])
 test('T5238', normal, compile_and_run, [''])
 test('T5866', exit_code(1), compile_and_run, [''])
 
-- 
GitLab