Skip to content

Commit

Permalink
[Go SDK] filter out TestTestStreamInt16Sequence from flink VR tests. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck authored Feb 29, 2024
1 parent 6cae6b8 commit 168d06b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/go/test/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ var flinkFilters = []string{
"TestTestStreamStrings",
"TestTestStreamByteSliceSequence",
"TestTestStreamTwoUserTypeSequences",
"TestTestStreamInt16Sequence",

"TestTimers_EventTime_Unbounded", // (failure when comparing on side inputs (NPE on window lookup))
}
Expand Down

0 comments on commit 168d06b

Please sign in to comment.