diff options
author | Fabricio Voznika <fvoznika@google.com> | 2019-07-25 16:47:32 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-25 16:48:49 -0700 |
commit | 7052d21dc45be8ba5ba82117aedc0cb6ecb7c1b7 (patch) | |
tree | a6bc96ead7b986862bf3995312339c9435fcb5e7 /test/syscalls | |
parent | 83767574951f8ab4727070741451991ba848f6a6 (diff) |
Automated rollback of changelist 255679453
PiperOrigin-RevId: 260047477
Diffstat (limited to 'test/syscalls')
-rw-r--r-- | test/syscalls/BUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index c54d90a1c..841a0f2e1 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -240,7 +240,7 @@ syscall_test( syscall_test(test = "//test/syscalls/linux:munmap_test") syscall_test( - add_overlay = False, # TODO(gvisor.dev/issue/316): enable when fixed. + add_overlay = True, test = "//test/syscalls/linux:open_create_test", ) |