From 905b041d7e0d7cdff339b3070238ea5e1a9ef0c6 Mon Sep 17 00:00:00 2001 From: lostluck <13907733+lostluck@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:32:08 -0700 Subject: [PATCH] [CheryrPick] Filter out tests for unsupported featers --- sdks/go/test/integration/integration.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdks/go/test/integration/integration.go b/sdks/go/test/integration/integration.go index 7835ffa5447d5..aec69036eeb53 100644 --- a/sdks/go/test/integration/integration.go +++ b/sdks/go/test/integration/integration.go @@ -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{