diff options
-rw-r--r-- | testsuite/tests/profiling/should_run/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T index f76b8f9794..8baddcbe65 100644 --- a/testsuite/tests/profiling/should_run/all.T +++ b/testsuite/tests/profiling/should_run/all.T @@ -148,6 +148,6 @@ test('T14257', [], makefile_test, ['T14257']) test('T15897', [extra_ways(['profasm']), only_ways(['profasm']), run_timeout_multiplier(2), - # Fragile in unregisterised way (#15467, #16227) - when(unregisterised(), skip)], + # Takes too long and is quite fragile (#15467, #16193) + skip], makefile_test, ['T15897']) |