From 36022844bba67c6b33bb58bb520bffa39ccebe0d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 28 Mar 2021 20:34:10 +1000 Subject: [PATCH] disable Jest tests on Windows for now --- ts/html-filter/BUILD.bazel | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ts/html-filter/BUILD.bazel b/ts/html-filter/BUILD.bazel index a0e9ee706..711424e90 100644 --- a/ts/html-filter/BUILD.bazel +++ b/ts/html-filter/BUILD.bazel @@ -40,6 +40,11 @@ jest_test( "//ts:jest.config.js", "//ts:package.json", ], + target_compatible_with = select({ + "@platforms//os:osx": [], + "@platforms//os:linux": [], + "//conditions:default": ["@platforms//os:linux"], + }), ) # Tests