diff options
author | Ian Gudger <igudger@google.com> | 2019-05-16 11:58:10 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-05-16 11:59:01 -0700 |
commit | 40419a16eb8bfbfd9bbb4e20957a5ec9e846a22a (patch) | |
tree | fd88b59a5950b1cdb9d82a61ead5c2c8fd0d95c9 /test/syscalls/BUILD | |
parent | 2105158d4bee4fb36658dba32eb8104cf4e96467 (diff) |
Add test for duplicate proc entries.
The issue with duplicate /proc/sys entries seems to have been fixed in:
PiperOrigin-RevId 229305982
Git hash dc8450b5676d4c4ac9bcfa23cabd862e0060527d
Fixes google/gvisor#125
PiperOrigin-RevId: 248571903
Change-Id: I76ff3b525c93dafb92da6e5cf56e440187f14579
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index d35f59433..79be06494 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -214,6 +214,8 @@ syscall_test(test = "//test/syscalls/linux:priority_test") syscall_test( size = "medium", + # We don't want our proc changing out from under us. + parallel = False, test = "//test/syscalls/linux:proc_test", ) |