Skip to content

Commit

Permalink
[BEAM-13761] remove filter for jdbc test
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshghorse committed Feb 7, 2022
1 parent c9727ab commit 6eb8c66
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sdks/go/test/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ var portableFilters = []string{
"TestPanes",
// TODO(BEAM-12797): Python portable runner times out on Kafka reads.
"TestKafkaIO.*",
// TODO(BEAM-13778) needs a schemaio expansion service address flag
"TestJDBCIO_BasicReadWrite",
}

var flinkFilters = []string{
Expand All @@ -100,8 +98,6 @@ var flinkFilters = []string{
"TestTestStream.*Sequence.*",
// Triggers are not yet supported
"TestTrigger.*",
// TODO(BEAM-13778) needs a schemaio expansion service address flag
"TestJDBCIO_BasicReadWrite",
}

var samzaFilters = []string{
Expand All @@ -115,8 +111,6 @@ var samzaFilters = []string{
"TestPanes",
// TODO(BEAM-13006): Samza doesn't yet support post job metrics, used by WordCount
"TestWordCount.*",
// TODO(BEAM-13778) needs a schemaio expansion service address flag
"TestJDBCIO_BasicReadWrite",
}

var sparkFilters = []string{
Expand All @@ -129,8 +123,6 @@ var sparkFilters = []string{
// The trigger and pane tests uses TestStream
"TestTrigger.*",
"TestPanes",
// TODO(BEAM-13778) needs a schemaio expansion service address flag
"TestJDBCIO_BasicReadWrite",
}

var dataflowFilters = []string{
Expand Down

0 comments on commit 6eb8c66

Please sign in to comment.