diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2019-02-04 22:02:52 -0500 |
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2019-02-04 22:04:15 -0500 |
| commit | 10fe94e053dd536d37465f4f3e61b03bd9fbe5a6 (patch) | |
| tree | f398053c2c32901e23e232f43483f96ce5e9bb13 | |
| parent | 406e43af2f12756c80d583b86326f760f2f584cc (diff) | |
| download | haskell-wip/T16193.tar.gz | |
testsuite: Always skip T15897wip/T16193
| -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..6758c3426c 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']) |
