disable Jest tests on Windows for now

This commit is contained in:
Damien Elmes 2021-03-28 20:34:10 +10:00
parent c891f45ed9
commit 36022844bb

View file

@ -40,6 +40,11 @@ jest_test(
"//ts:jest.config.js", "//ts:jest.config.js",
"//ts:package.json", "//ts:package.json",
], ],
target_compatible_with = select({
"@platforms//os:osx": [],
"@platforms//os:linux": [],
"//conditions:default": ["@platforms//os:linux"],
}),
) )
# Tests # Tests