Skip to content

Commit 030460c

Browse files
authored
Filter TestOrderedListState for dataflow runner v2 (#37983)
1 parent be7ac47 commit 030460c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdks/go/test/integration/integration.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ var dataflowFilters = []string{
329329
// so no dump file is created.
330330
// TODO: https://github.com/apache/beam/issues/34498
331331
"TestOomParDo",
332+
// Runner V2 doesn't support OrderedListState SDK feature.
333+
"TestOrderedListState",
332334
}
333335

334336
// CheckFilters checks if an integration test is filtered to be skipped, either

0 commit comments

Comments
 (0)