Skip to content
Snippets Groups Projects
Commit ed123ae9 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Skip test for T15897

The test for #15897 times out which causes spurious CI failures
from time to time.

Tracked by #16227
parent 886ddb27
Branches skip-15897
No related tags found
No related merge requests found
Pipeline #1459 passed with warnings
...@@ -147,6 +147,8 @@ test('T12962', [], compile_and_run, ['']) ...@@ -147,6 +147,8 @@ 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)], # Test is timing out non-deterministically; see #16227
#[extra_ways(['profasm']), only_ways(['profasm']), run_timeout_multiplier(2)],
[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