Skip to content

Commit

Permalink
build: add 'fix-windows' tag due to windows flaky tests
Browse files Browse the repository at this point in the history
Will revisit the linker and test, but this is blocking PRs from being merged
  • Loading branch information
mattem authored and Alex Eagle committed Nov 10, 2020
1 parent f9a5ec7 commit 42412c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/linker/test/workspace_link/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jasmine_node_test(
name = "test",
srcs = ["test.js"],
link_workspace_root = True,
tags = ["fix-windows"],
templated_args = ["--nobazel_patch_module_resolver"],
deps = [
"//internal/linker/test/workspace_link/bar",
Expand Down

0 comments on commit 42412c6

Please sign in to comment.