diff --git a/sdks/go/test/integration/integration.go b/sdks/go/test/integration/integration.go index 334de3042af7..127c4425e5c1 100644 --- a/sdks/go/test/integration/integration.go +++ b/sdks/go/test/integration/integration.go @@ -101,6 +101,8 @@ var samzaFilters = []string{ "TestTrigger.*", // TODO(BEAM-13006): Samza doesn't yet support post job metrics, used by WordCount "TestWordCount.*", + // TODO(BEAM-13534): Ping command to check if service port is alive fails in Samza + "TestAutomatedExpansionService", } var sparkFilters = []string{ @@ -112,6 +114,8 @@ var sparkFilters = []string{ "TestTestStream.*", // The trigger tests uses TestStream "TestTrigger.*", + // TODO(BEAM-13534): Ping command to check if service port is alive fails in Spark + "TestAutomatedExpansionService", } var dataflowFilters = []string{