Add tagging for cc_tests that are incompatible with Fuchsia
PiperOrigin-RevId: 660539039
Change-Id: I2f3dee7c60ce2234ea81c64b23e50448681fa885
diff --git a/absl/flags/BUILD.bazel b/absl/flags/BUILD.bazel
index 7a8ec7e..af5f8d3 100644
--- a/absl/flags/BUILD.bazel
+++ b/absl/flags/BUILD.bazel
@@ -498,7 +498,10 @@
],
copts = ABSL_TEST_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
- tags = ["no_test_wasm"],
+ tags = [
+ "no_test_fuchsia_x64",
+ "no_test_wasm",
+ ],
deps = [
":program_name",
"//absl/strings",
diff --git a/absl/log/internal/BUILD.bazel b/absl/log/internal/BUILD.bazel
index ba0316e..db8464e 100644
--- a/absl/log/internal/BUILD.bazel
+++ b/absl/log/internal/BUILD.bazel
@@ -436,6 +436,7 @@
"no_test:os:ios",
"no_test_android",
"no_test_darwin_x86_64",
+ "no_test_fuchsia_x64",
"no_test_ios",
"no_test_wasm",
],