diff options
Diffstat (limited to 'absl/log/BUILD.bazel')
-rw-r--r-- | absl/log/BUILD.bazel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/absl/log/BUILD.bazel b/absl/log/BUILD.bazel index 2a643c72..45208bd1 100644 --- a/absl/log/BUILD.bazel +++ b/absl/log/BUILD.bazel @@ -222,6 +222,7 @@ cc_test( copts = ABSL_TEST_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, tags = [ + "no_test:os:ios", "no_test_ios", "no_test_wasm", ], @@ -347,6 +348,7 @@ cc_test( copts = ABSL_TEST_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, tags = [ + "no_test:os:ios", "no_test_ios", "no_test_wasm", ], @@ -413,6 +415,7 @@ cc_test( linkopts = ABSL_DEFAULT_LINKOPTS, linkstatic = 1, tags = [ + "no_test:os:ios", "no_test_ios", "no_test_wasm", ], |