Skip to content

Commit 21eddc1

Browse files
committed
Disable the integration tests due to no support for TestContainers in CI. Will leave the tests here though so we have something for future conformance.
1 parent b96b7c5 commit 21eddc1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sdks/go/test/integration/integration.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@ var dataflowFilters = []string{
320320
"TestBigQueryIO_BasicWriteQueryRead",
321321
// Can't handle the test spanner container or access a local spanner.
322322
"TestSpannerIO.*",
323+
// Change stream tests use a local Spanner emulator container that is
324+
// unreachable from remote Dataflow workers.
325+
"TestReadChangeStream_.*",
323326
// Dataflow does not drain jobs by itself.
324327
"TestDrain",
325328
// Timers

0 commit comments

Comments
 (0)