diff --git a/.github/trigger_files/beam_PostCommit_XVR_Flink.json b/.github/trigger_files/beam_PostCommit_Go_VR_Flink.json similarity index 100% rename from .github/trigger_files/beam_PostCommit_XVR_Flink.json rename to .github/trigger_files/beam_PostCommit_Go_VR_Flink.json diff --git a/sdks/go/test/integration/integration.go b/sdks/go/test/integration/integration.go index 12f7fdb6bd8e8..aec69036eeb53 100644 --- a/sdks/go/test/integration/integration.go +++ b/sdks/go/test/integration/integration.go @@ -183,6 +183,10 @@ var flinkFilters = []string{ "TestTestStreamByteSliceSequence", "TestTestStreamTwoUserTypeSequences", "TestTestStreamInt16Sequence", + "TestTestStreamSimple", + "TestTestStreamSimple_InfinityDefault", + "TestTestStreamToGBK", + "TestTestStreamTimersEventTime", "TestTimers_EventTime_Unbounded", // (failure when comparing on side inputs (NPE on window lookup)) "TestTimers_ProcessingTime.*", // Flink doesn't support processing time timers.