diff options
author | Abseil Team <absl-team@google.com> | 2022-08-31 08:01:06 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-08-31 08:02:11 -0700 |
commit | 37c5c2e5cc51db1bfb4a5d2f2c5494a394d80e56 (patch) | |
tree | 126c0379656eb253b74a14a52a5c86d5d47886e0 /absl/flags | |
parent | 34838efe8fbe2576516a5e8bf1255a2f0599f665 (diff) |
Added some more no_test.. tags to build targets for controlling testing.
PiperOrigin-RevId: 471256712
Change-Id: I2a1e4846a524bccd3c935a40abab0c0218afdfc0
Diffstat (limited to 'absl/flags')
-rw-r--r-- | absl/flags/BUILD.bazel | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/absl/flags/BUILD.bazel b/absl/flags/BUILD.bazel index 935d8539..3d6d59e6 100644 --- a/absl/flags/BUILD.bazel +++ b/absl/flags/BUILD.bazel @@ -328,6 +328,8 @@ cc_test( copts = ABSL_TEST_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, tags = [ + "no_test:os:android", + "no_test:os:ios", "no_test_android", "no_test_ios", "no_test_wasm", @@ -369,6 +371,8 @@ cc_test( copts = ABSL_TEST_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, tags = [ + "no_test:os:android", + "no_test:os:ios", "no_test_android", "no_test_ios", "no_test_wasm", @@ -435,6 +439,8 @@ cc_test( copts = ABSL_TEST_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, tags = [ + "no_test:os:android", + "no_test:os:ios", "no_test_android", "no_test_ios", "no_test_wasm", @@ -491,6 +497,8 @@ cc_test( copts = ABSL_TEST_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, tags = [ + "no_test:os:android", + "no_test:os:ios", "no_test_android", "no_test_ios", "no_test_wasm", @@ -553,6 +561,8 @@ cc_test( copts = ABSL_TEST_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, tags = [ + "no_test:os:android", + "no_test:os:ios", "no_test_android", "no_test_ios", "no_test_wasm", |