Commit 736458b5 by Abseil Team Committed by Copybara-Service

Run flaky test in fewer configurations

PiperOrigin-RevId: 457234764
Change-Id: I7d543bc8e4e01d7739f1a3a2cf602ed3e1ea84d3
parent c46096c5
...@@ -605,7 +605,11 @@ cc_test( ...@@ -605,7 +605,11 @@ cc_test(
srcs = ["internal/raw_hash_set_test.cc"], srcs = ["internal/raw_hash_set_test.cc"],
copts = ABSL_TEST_COPTS, copts = ABSL_TEST_COPTS,
linkstatic = 1, linkstatic = 1,
tags = NOTEST_TAGS_MOBILE + ["no_test_loonix"], tags = NOTEST_TAGS_MOBILE + [
"no_test_loonix",
# TODO(b/237097643): investigate race and remove
"noarm_gemu",
],
deps = [ deps = [
":container_memory", ":container_memory",
":hash_function_defaults", ":hash_function_defaults",
......
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