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

testsuite: Always skip T15897

See #16193.

(cherry picked from commit f53ef1a7)
parent 46ff73df
No related branches found
No related tags found
No related merge requests found
...@@ -147,6 +147,9 @@ test('T12962', [], compile_and_run, ['']) ...@@ -147,6 +147,9 @@ test('T12962', [], compile_and_run, [''])
test('T14257', [], run_command, ['$MAKE -s --no-print-directory T14257']) test('T14257', [], run_command, ['$MAKE -s --no-print-directory T14257'])
test('T15897', test('T15897',
[extra_ways(['profasm']), only_ways(['profasm']), run_timeout_multiplier(2)], [extra_ways(['profasm']), only_ways(['profasm']),
run_timeout_multiplier(2),
# Takes too long and is quite fragile (#15467, #16193)
skip],
run_command, run_command,
['$MAKE -s --no-print-directory T15897']) ['$MAKE -s --no-print-directory T15897'])
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