diff --git a/sdks/go/test/integration/integration.go b/sdks/go/test/integration/integration.go index de782daa2d5d..88db6a5b6c3b 100644 --- a/sdks/go/test/integration/integration.go +++ b/sdks/go/test/integration/integration.go @@ -313,6 +313,10 @@ var dataflowFilters = []string{ // Timers "TestTimers_ProcessingTime_Infinity", // Uses test stream. "TestTimers_ProcessingTime_Bounded", // Dataflow ignores processing time timers in batch. + // Sometimes the Dataflow worker is killed by OOM before the heap dump code in boot.go is reached, + // so no dump file is created. + // TODO: https://github.com/apache/beam/issues/34498 + "TestOomParDo", } // CheckFilters checks if an integration test is filtered to be skipped, either