We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7ac47 commit 030460cCopy full SHA for 030460c
sdks/go/test/integration/integration.go
@@ -329,6 +329,8 @@ var dataflowFilters = []string{
329
// so no dump file is created.
330
// TODO: https://github.com/apache/beam/issues/34498
331
"TestOomParDo",
332
+ // Runner V2 doesn't support OrderedListState SDK feature.
333
+ "TestOrderedListState",
334
}
335
336
// CheckFilters checks if an integration test is filtered to be skipped, either
0 commit comments