Run flaky test in fewer configurations

PiperOrigin-RevId: 457234764
Change-Id: I7d543bc8e4e01d7739f1a3a2cf602ed3e1ea84d3
pull/1216/head
Abseil Team 3 years ago committed by Copybara-Service
parent c46096c507
commit 736458b555
  1. 6
      absl/container/BUILD.bazel

@ -605,7 +605,11 @@ cc_test(
srcs = ["internal/raw_hash_set_test.cc"],
copts = ABSL_TEST_COPTS,
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 = [
":container_memory",
":hash_function_defaults",

Loading…
Cancel
Save