Skip to content

Commit ffd459a

Browse files
committed
Unblock TestStream over Flink tests.
1 parent f2b88e9 commit ffd459a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sdks/go/test/integration/integration.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -184,16 +184,6 @@ var flinkFilters = []string{
184184
"TestSetStateClear",
185185
"TestSetState",
186186

187-
// With TestStream Flink adds extra length prefixs some data types, causing SDK side failures.
188-
"TestTestStreamStrings",
189-
"TestTestStreamByteSliceSequence",
190-
"TestTestStreamTwoUserTypeSequences",
191-
"TestTestStreamInt16Sequence",
192-
"TestTestStreamSimple",
193-
"TestTestStreamSimple_InfinityDefault",
194-
"TestTestStreamToGBK",
195-
"TestTestStreamTimersEventTime",
196-
197187
"TestTimers_EventTime_Unbounded", // (failure when comparing on side inputs (NPE on window lookup))
198188
"TestTimers_ProcessingTime.*", // Flink doesn't support processing time timers.
199189

0 commit comments

Comments
 (0)