diff options
author | Fabricio Voznika <fvoznika@google.com> | 2021-04-05 17:07:59 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-05 17:10:01 -0700 |
commit | 661e5ae7ae496332c0b5440980d0a9a00f9b9fbd (patch) | |
tree | 43a7d226a3ae11716936f6c1a8c31d3b5f346420 /test/e2e/BUILD | |
parent | 198e0dcde2476d847de699dc3c0d20421a855e86 (diff) |
Enable Checkpoint/Restore test with VFS2
Closes #3373
PiperOrigin-RevId: 366903991
Diffstat (limited to 'test/e2e/BUILD')
-rw-r--r-- | test/e2e/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/BUILD b/test/e2e/BUILD index 29a84f184..3b3dadf04 100644 --- a/test/e2e/BUILD +++ b/test/e2e/BUILD @@ -8,7 +8,6 @@ go_test( srcs = [ "exec_test.go", "integration_test.go", - "regression_test.go", ], library = ":integration", tags = [ |