Skip to content

Commit

Permalink
[CheryrPick] Filter out tests for unsupported featers
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Jun 12, 2024
1 parent e92fbfe commit 905b041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/go/test/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ var sparkFilters = []string{
"TestSetStateClear",
"TestSetState",

"TestTimers_EventTime_Unbounded", // Side inputs in executable stage not supported.
"TestTimers_EventTime_Unbounded", // Side inputs in executable stage not supported.
"TestTimers_ProcessingTime_Infinity", // Spark doesn't support test stream.
}

var dataflowFilters = []string{
Expand Down

0 comments on commit 905b041

Please sign in to comment.