From 5d51fb4bf6576e08a2435f2a05a30d137ab95db1 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Fri, 8 Mar 2024 09:45:46 -0800 Subject: [PATCH] test/packetimpact: remove the local tag It is required for caching test results. PiperOrigin-RevId: 613962585 --- test/packetimpact/runner/defs.bzl | 4 ++-- test/packetimpact/tests/BUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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(),