Skip to content

Commit

Permalink
[BEAM-13399] Disable expansion service integration test on Samza and …
Browse files Browse the repository at this point in the history
…Spark (apache#16343)
  • Loading branch information
jrmccluskey authored Dec 23, 2021
1 parent b0556e5 commit 3cedfba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdks/go/test/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -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{
Expand Down

0 comments on commit 3cedfba

Please sign in to comment.