mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
test/packetimpact: remove the local tag
It is required for caching test results. PiperOrigin-RevId: 613962585
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
@@ -435,8 +435,8 @@ validate_all_tests()
|
||||
test_suite(
|
||||
name = "all_tests",
|
||||
tags = [
|
||||
"local",
|
||||
"manual",
|
||||
"notap",
|
||||
"packetimpact",
|
||||
],
|
||||
tests = existing_rules(),
|
||||
|
||||
Reference in New Issue
Block a user