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 693525a  [BEAM-13921] filter out debeziumIO test for spark runner 
(#16815)
693525a is described below

commit 693525a730d67c472dfd53df574e8cbd2907ac59
Author: Ritesh Ghorse <[email protected]>
AuthorDate: Thu Feb 10 17:36:28 2022 -0500

    [BEAM-13921] filter out debeziumIO test for spark runner (#16815)
---
 sdks/go/test/integration/integration.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sdks/go/test/integration/integration.go 
b/sdks/go/test/integration/integration.go
index 6f556c8..0cee4d0 100644
--- a/sdks/go/test/integration/integration.go
+++ b/sdks/go/test/integration/integration.go
@@ -123,6 +123,8 @@ var sparkFilters = []string{
        // The trigger and pane tests uses TestStream
        "TestTrigger.*",
        "TestPanes",
+       // [BEAM-13921]: Spark doesn't support side inputs to executable stages
+       "TestDebeziumIO_BasicRead",
 }
 
 var dataflowFilters = []string{

Reply via email to