kw2542 commented on a change in pull request #15659:
URL: https://github.com/apache/beam/pull/15659#discussion_r721818139
##########
File path: sdks/go/test/integration/integration.go
##########
@@ -88,13 +88,17 @@ var flinkFilters = []string{
}
var samzaFilters = []string{
+ // XLang tests no supported by samza runner.
+ "TestXLang.*",
Review comment:
In addition, judging from the log, it seems only `TestXLang_CoGroupBy`
is failing but other `TestXLang` are succeeding, can we exclude
`TestXLang_CoGroupBy` only?
--
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]