diff options
author | Adin Scannell <ascannell@google.com> | 2021-04-03 00:16:37 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-03 00:18:34 -0700 |
commit | 9a8692c82ac543969cc0c9cf3541f2ab925ba4ac (patch) | |
tree | d5dbaa57b24259185c71daba0709b1f4857113c3 /test/runtimes/defs.bzl | |
parent | 932c8abd0f739bec295ff62cf8fce3dcb7e2d866 (diff) |
Remove eternal and enormous tests.
PiperOrigin-RevId: 366573366
Diffstat (limited to 'test/runtimes/defs.bzl')
-rw-r--r-- | test/runtimes/defs.bzl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/runtimes/defs.bzl b/test/runtimes/defs.bzl index 702522d86..2550b61a3 100644 --- a/test/runtimes/defs.bzl +++ b/test/runtimes/defs.bzl @@ -75,7 +75,6 @@ def runtime_test(name, **kwargs): "local", "manual", ], - size = "enormous", **kwargs ) |