From 37c5c2e5cc51db1bfb4a5d2f2c5494a394d80e56 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 31 Aug 2022 08:01:06 -0700 Subject: Added some more no_test.. tags to build targets for controlling testing. PiperOrigin-RevId: 471256712 Change-Id: I2a1e4846a524bccd3c935a40abab0c0218afdfc0 --- absl/synchronization/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) (limited to 'absl/synchronization') diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel index 64d3b929..3a378160 100644 --- a/absl/synchronization/BUILD.bazel +++ b/absl/synchronization/BUILD.bazel @@ -259,6 +259,7 @@ cc_test( srcs = ["notification_test.cc"], copts = ABSL_TEST_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, + tags = ["no_test_lexan"], deps = [ ":synchronization", "//absl/time", -- cgit v1.2.3