Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sdks/go/test/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading