Skip to content

Commit

Permalink
filter out test stream using test from spark suite (#31509)
Browse files Browse the repository at this point in the history
Co-authored-by: lostluck <13907733+lostluck@users.noreply.github.com>
  • Loading branch information
lostluck and lostluck committed Jun 6, 2024
1 parent 9cd0054 commit c37107a
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 @@ -259,7 +259,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 c37107a

Please sign in to comment.