Commit 9bd9a2d6 by Michael Brase Committed by Copybara-Service

Add tagging for cc_tests that are incompatible with Fuchsia

PiperOrigin-RevId: 660539039
Change-Id: I2f3dee7c60ce2234ea81c64b23e50448681fa885
parent 3848ed7f
......@@ -498,7 +498,10 @@ cc_test(
],
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",
......
......@@ -436,6 +436,7 @@ cc_test(
"no_test:os:ios",
"no_test_android",
"no_test_darwin_x86_64",
"no_test_fuchsia_x64",
"no_test_ios",
"no_test_wasm",
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment