You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The -junit-xml option is currently not compatible with remote test execution via the -cloud-run flag. If you are interested in JUnit XML output for remotely-executed tests please open an issue in GitHub."))
79
79
}
80
80
81
-
iftest.OperationParallelism<1 {
81
+
// Only set the default parallelism if this is not a cloud-run test.
82
+
// A cloud-run test will eventually run its own local test, and if the
83
+
// user still hasn't set the parallelism, that run will use the default.
0 commit comments