Skip to content
Snippets Groups Projects
Commit 551b79e4 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Mark T5611 and T5611a as fragile

parent 12752342
No related branches found
No related tags found
No related merge requests found
......@@ -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, [''])
......
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