summaryrefslogtreecommitdiff
path: root/absl/profiling
diff options
context:
space:
mode:
authorGravatar Tom Rybka <trybka@google.com>2022-06-02 08:22:18 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2022-06-02 08:22:59 -0700
commitc34c552a1a547a47474f32f1b89de030aa4ff949 (patch)
tree32db4871fb75d2d5b28afeb06e366aea14bb5ffc /absl/profiling
parent6285deef8ccbe546798bc248407bec4d8fe528f1 (diff)
Disable tests on some platforms where they currently fail.
PiperOrigin-RevId: 452542838 Change-Id: I45d80b220c0450d27423bb23504e95c25811877b
Diffstat (limited to 'absl/profiling')
-rw-r--r--absl/profiling/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
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",