summary refs log tree commit diff
path: root/tests/syscalls.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/syscalls.scm')
-rw-r--r--tests/syscalls.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/syscalls.scm b/tests/syscalls.scm
index 1b31d87f23..9eb19f9c80 100644
--- a/tests/syscalls.scm
+++ b/tests/syscalls.scm
@@ -146,7 +146,10 @@
              (waitpid fork-pid)
              result))))))))
 
-(unless perform-container-tests?
+;; XXX: Skip this test when running Linux > 4.7.5 to work around
+;; <https://bugzilla.kernel.org/show_bug.cgi?id=183461>.
+(when (or (not perform-container-tests?)
+          (version>? (utsname:release (uname)) "4.7.5"))
   (test-skip 1))
 (test-equal "pivot-root"
   #t