diff options
Diffstat (limited to 'absl/synchronization/BUILD.bazel')
-rw-r--r-- | absl/synchronization/BUILD.bazel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel index 67ce7ff9bb9d..2502c53fff2b 100644 --- a/absl/synchronization/BUILD.bazel +++ b/absl/synchronization/BUILD.bazel @@ -150,6 +150,9 @@ cc_test( srcs = ["mutex_test.cc"], copts = ABSL_TEST_COPTS, tags = [ + "no_test_android_arm", + "no_test_android_arm64", + "no_test_android_x86", "no_test_loonix", # Too slow. ], deps = [ |