diff options
-rw-r--r-- | libraries/base/tests/IO/all.T | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/base/tests/IO/all.T b/libraries/base/tests/IO/all.T index 8ca136adef..bfc6a090e9 100644 --- a/libraries/base/tests/IO/all.T +++ b/libraries/base/tests/IO/all.T @@ -136,5 +136,9 @@ test('T7853', normal, compile_and_run, ['']) test('T17414', [when(wordsize(32), skip), when(opsys('mingw32'), fragile(17453)), + # It is common for tmpfs to be mounted to a small tmpfs on modern Linux + # distributions. This test needs to create a large file which will exceed the + # size of this filesystem onsequently we must skip it (see #17459). + when(opsys('linux'), skip), high_memory_usage], compile_and_run, ['']) |