Skip to content

Commit

Permalink
Skip newly added TestStream VR tests for flink runner (#31538)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Jun 7, 2024
1 parent 03d553e commit e5c2f6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/go/test/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ var flinkFilters = []string{
"TestTestStreamByteSliceSequence",
"TestTestStreamTwoUserTypeSequences",
"TestTestStreamInt16Sequence",
"TestTestStreamSimple",
"TestTestStreamSimple_InfinityDefault",
"TestTestStreamToGBK",
"TestTestStreamTimersEventTime",

"TestTimers_EventTime_Unbounded", // (failure when comparing on side inputs (NPE on window lookup))
"TestTimers_ProcessingTime.*", // Flink doesn't support processing time timers.
Expand Down

0 comments on commit e5c2f6c

Please sign in to comment.