improbable-eng / grpc-web

gRPC Web implementation for Golang and TypeScript
Apache License 2.0
4.39k stars 436 forks source link

Limit parallelism of browser tests #1092

Closed johanbrandhorst closed 2 years ago

johanbrandhorst commented 2 years ago

Sauce labs only allow 5 tests to run concurrently, so limit parallelism to avoid having to manually rerun tests.

johanbrandhorst commented 2 years ago

image

🎉

johanbrandhorst commented 2 years ago

This seems to be failing for unrelated reasons. @MarcusLongmuir @easyCZ I think we should merge this as it's doing what I intended, which is limiting the saucelab tests to 5 at a time. I don't know what the reason for the test failure is.

johanbrandhorst commented 2 years ago

Looks like it succeeded on rerun. Please review @MarcusLongmuir @easyCZ so we can merge this.