From f0510adc044fe95df3b4cbafe184a5d591cb7dc3 Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Fri, 7 Jun 2024 00:54:23 -0400 Subject: [PATCH] Skip newly added TestStream VR tests for flink runner (#31538) --- ...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 d8aee63718c1..7835ffa5447d 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.