From 37526a77f3e04d6a8391c6e9babfd1015354e3d1 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Mon, 18 Oct 2021 13:19:29 +0200 Subject: Skip replayer test on Windows We will reenable this later when the replayer builds on Windows. --- examples/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/BUILD.bazel b/examples/BUILD.bazel index 194b4b5e..3e1c1f33 100644 --- a/examples/BUILD.bazel +++ b/examples/BUILD.bazel @@ -183,6 +183,7 @@ sh_test( ":JsonSanitizerDenylistCrash", ":json_sanitizer_denylist_crash", ], + target_compatible_with = SKIP_ON_WINDOWS, ) java_fuzz_target_test( -- cgit v1.2.3