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/profiling/BUILD.bazel | 3 +++ 1 file changed, 3 insertions(+) (limited to 'absl/profiling') diff --git a/absl/profiling/BUILD.bazel b/absl/profiling/BUILD.bazel index 496a06b2..3392c96c 100644 --- a/absl/profiling/BUILD.bazel +++ b/absl/profiling/BUILD.bazel @@ -43,6 +43,9 @@ cc_test( name = "sample_recorder_test", srcs = ["internal/sample_recorder_test.cc"], linkopts = ABSL_DEFAULT_LINKOPTS, + tags = [ + "no_test_wasm", + ], deps = [ ":sample_recorder", "//absl/base:core_headers", -- cgit v1.2.3