This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new e5c2f6c5980 Skip newly added TestStream VR tests for flink runner
(#31538)
e5c2f6c5980 is described below
commit e5c2f6c59801569a45b28792b18eda142d19508d
Author: Yi Hu <[email protected]>
AuthorDate: Fri Jun 7 00:54:23 2024 -0400
Skip newly added TestStream VR tests for flink runner (#31538)
---
...eam_PostCommit_XVR_Flink.json => beam_PostCommit_Go_VR_Flink.json} | 0
sdks/go/test/integration/integration.go | 4 ++++
2 files changed, 4 insertions(+)
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 12f7fdb6bd8..aec69036eeb 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.