From c34c552a1a547a47474f32f1b89de030aa4ff949 Mon Sep 17 00:00:00 2001 From: Tom Rybka Date: Thu, 2 Jun 2022 08:22:18 -0700 Subject: Disable tests on some platforms where they currently fail. PiperOrigin-RevId: 452542838 Change-Id: I45d80b220c0450d27423bb23504e95c25811877b --- absl/time/internal/cctz/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) (limited to 'absl/time') 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", -- cgit v1.2.3