lostluck commented on a change in pull request #15239:
URL: https://github.com/apache/beam/pull/15239#discussion_r687898221
##########
File path: sdks/go/test/integration/integration.go
##########
@@ -69,6 +69,8 @@ var directFilters = []string{
var portableFilters = []string{
// The portable runner does not support the TestStream primitive
"TestTestStream.*",
+ // The trigger tests uses TestStream
+ "TestTrigger.*",
Review comment:
You'll also need to add this to the samza, spark, direct, and dataflow
tests. Basically anywhere TestStream is being filteed out right now.
--
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]