test/packetimpact: remove the local tag

It is required for caching test results.

PiperOrigin-RevId: 613962585
This commit is contained in:
Andrei Vagin
2024-03-08 09:49:39 -08:00
committed by gVisor bot
parent 9b28a3f2ee
commit 5d51fb4bf6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -73,8 +73,8 @@ _packetimpact_test = rule(
)
PACKETIMPACT_TAGS = [
"local",
"manual",
"notap",
"packetimpact",
]
@@ -169,8 +169,8 @@ def packetimpact_testbench(name, size = "small", pure = True, **kwargs):
pure = pure,
nogo = False, # FIXME(gvisor.dev/issue/3374): Not working with all build systems.
tags = [
"local",
"manual",
"notap",
],
**kwargs
)
+1 -1
View File
@@ -435,8 +435,8 @@ validate_all_tests()
test_suite(
name = "all_tests",
tags = [
"local",
"manual",
"notap",
"packetimpact",
],
tests = existing_rules(),