From c41fd2ed2a8413021285541166f55a247b0fff7b Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 4 Apr 2023 21:30:51 -0700 Subject: [PATCH] Disable broken tests. PiperOrigin-RevId: 521949387 --- internal/platform/implementation/windows/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/platform/implementation/windows/BUILD b/internal/platform/implementation/windows/BUILD index 2c134c70..b1705b0e 100644 --- a/internal/platform/implementation/windows/BUILD +++ b/internal/platform/implementation/windows/BUILD @@ -245,6 +245,7 @@ cc_test( "utils_test.cc", ], copts = ["-Ithird_party/nearby/internal/platform/implementation/windows/generated -DCORE_ADAPTER_DLL"], + tags = ["notap"], deps = [ ":comm", ":crypto",