Skip to content

Commit

Permalink
Merge pull request #31575: [Cherrypick of #31509] Filter out tests fo…
Browse files Browse the repository at this point in the history
…r unsupported features for Spark.
  • Loading branch information
kennknowles committed Jun 12, 2024
2 parents e92fbfe + 905b041 commit 5f0bc1a
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 5f0bc1a

Please sign in to comment.