diff options
author | Dean Deng <deandeng@google.com> | 2020-01-16 12:48:05 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-16 13:11:47 -0800 |
commit | c50efc8c700fa2628f1415daeeb3b382009eb1bb (patch) | |
tree | d701e31f13a88cf55409ddca3163be2d84d1ff3b /test/syscalls/BUILD | |
parent | 07f258497932e53f4651b80a086117ffda843fe3 (diff) |
Disable xattr tests.
These can remain disabled until we actually support extended attributes.
The following modifications were also made:
1. Disable save/restore on tests that change file permissions. Restore will not
work properly for these tests, since it will try to open the file with
read-write after it has been read- or write-only.
2. Change user.abc to user.test.
PiperOrigin-RevId: 290123941
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index a3a85917d..829693e8e 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -717,11 +717,6 @@ syscall_test(test = "//test/syscalls/linux:proc_net_tcp_test") syscall_test(test = "//test/syscalls/linux:proc_net_udp_test") -syscall_test( - add_overlay = True, - test = "//test/syscalls/linux:xattr_test", -) - go_binary( name = "syscall_test_runner", testonly = 1, |