Skip to content

Commit

Permalink
Unblock TestStream over Flink tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Dec 9, 2024
1 parent f2b88e9 commit ffd459a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sdks/go/test/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,16 +184,6 @@ var flinkFilters = []string{
"TestSetStateClear",
"TestSetState",

// With TestStream Flink adds extra length prefixs some data types, causing SDK side failures.
"TestTestStreamStrings",
"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 ffd459a

Please sign in to comment.