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 alexeagle committed Nov 9, 2020
1 parent 0167236 commit 19272ef
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 19272ef

Please sign in to comment.