diff options
author | Tom Rybka <trybka@google.com> | 2022-06-02 08:22:18 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-06-02 08:22:59 -0700 |
commit | c34c552a1a547a47474f32f1b89de030aa4ff949 (patch) | |
tree | 32db4871fb75d2d5b28afeb06e366aea14bb5ffc /absl/time/internal/cctz | |
parent | 6285deef8ccbe546798bc248407bec4d8fe528f1 (diff) |
Disable tests on some platforms where they currently fail.
PiperOrigin-RevId: 452542838
Change-Id: I45d80b220c0450d27423bb23504e95c25811877b
Diffstat (limited to 'absl/time/internal/cctz')
-rw-r--r-- | absl/time/internal/cctz/BUILD.bazel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/time/internal/cctz/BUILD.bazel b/absl/time/internal/cctz/BUILD.bazel index f0e7ae13..7304d40d 100644 --- a/absl/time/internal/cctz/BUILD.bazel +++ b/absl/time/internal/cctz/BUILD.bazel @@ -119,6 +119,7 @@ cc_test( "no_test_android_arm", "no_test_android_arm64", "no_test_android_x86", + "no_test_wasm", ], deps = [ ":civil_time", @@ -138,6 +139,7 @@ cc_test( "no_test_android_arm", "no_test_android_arm64", "no_test_android_x86", + "no_test_wasm", ], deps = [ ":civil_time", |