From fccb4d34adcfbb2dfb3f6833f48117059f5deead Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Thu, 6 Jun 2024 21:15:47 -0400 Subject: [PATCH] Skip newly added TestStream VR tests for flink runner --- ...Commit_XVR_Flink.json => beam_PostCommit_Go_VR_Flink.json} | 0 sdks/go/test/integration/integration.go | 4 ++++ 2 files changed, 4 insertions(+) rename .github/trigger_files/{beam_PostCommit_XVR_Flink.json => beam_PostCommit_Go_VR_Flink.json} (100%) 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.