diff --git a/test/packetimpact/runner/defs.bzl b/test/packetimpact/runner/defs.bzl index 20595a2cb..87cc15fc4 100644 --- a/test/packetimpact/runner/defs.bzl +++ b/test/packetimpact/runner/defs.bzl @@ -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 ) diff --git a/test/packetimpact/tests/BUILD b/test/packetimpact/tests/BUILD index 480e30b09..b88f84294 100644 --- a/test/packetimpact/tests/BUILD +++ b/test/packetimpact/tests/BUILD @@ -435,8 +435,8 @@ validate_all_tests() test_suite( name = "all_tests", tags = [ - "local", "manual", + "notap", "packetimpact", ], tests = existing_rules(),