damondouglas commented on code in PR #33438:
URL: https://github.com/apache/beam/pull/33438#discussion_r1901408884


##########
sdks/python/test-suites/portable/common.gradle:
##########
@@ -206,7 +206,10 @@ def createPrismRunnerTestTask(String workerType) {
   def taskName = "prismCompatibilityMatrix${workerType}"
 
   def prismBin = "${rootDir}/runners/prism/build/tmp/prism"
-  def options = "--prism_bin=${prismBin} --environment_type=${workerType}"
+  def options = "--prism_bin=${prismBin}"
+  if (workerType != 'LOOPBACK') {
+    options += " --environment_type=${workerType}"

Review Comment:
   I think this was an artifact of trying to run as a separate gRPC service.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to