File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,10 @@ jasmine_test(
300300 name = "dev-server_integration_tests" ,
301301 size = "medium" ,
302302 data = [":dev-server_integration_test_lib" ],
303+ env = {
304+ # Force IPv4 to resolve RBE resolution issues
305+ "NODE_OPTIONS" : "--dns-result-order=ipv4first" ,
306+ },
303307 flaky = True ,
304308 shard_count = 10 ,
305309)
Original file line number Diff line number Diff line change @@ -425,6 +425,9 @@ LARGE_SPECS = {
425425 "//modules/testing/builder:node_modules/@angular-devkit/build-angular" ,
426426 ],
427427 env = {
428+ # Force IPv4 to resolve RBE resolution issues
429+ "NODE_OPTIONS" : "--dns-result-order=ipv4first" ,
430+
428431 # TODO: Replace Puppeteer downloaded browsers with Bazel-managed browsers,
429432 # or standardize to avoid complex configuration like this!
430433 "PUPPETEER_DOWNLOAD_PATH" : "../../../node_modules/puppeteer/downloads" ,
Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ jasmine_test(
9090 "//:node_modules/typescript" ,
9191 "//:node_modules/zone.js" ,
9292 ],
93+ env = {
94+ # Force IPv4 to resolve RBE resolution issues
95+ "NODE_OPTIONS" : "--dns-result-order=ipv4first" ,
96+ },
9397)
9498
9599genrule (
You can’t perform that action at this time.
0 commit comments