This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch release-2.47.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.47.0 by this push:
     new cb6b34620b6 [Cherry Pick #26243] Disable debezium xlang against samza 
(#26247)
cb6b34620b6 is described below

commit cb6b34620b62fbe38d0ee71afe2eb36546d5a90d
Author: Robert Burke <lostl...@users.noreply.github.com>
AuthorDate: Fri Apr 14 09:41:47 2023 -0700

    [Cherry Pick #26243] Disable debezium xlang against samza (#26247)
    
    Co-authored-by: lostluck <13907733+lostl...@users.noreply.github.com>
---
 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 c13d8b16692..b71bbb3fe88 100644
--- a/sdks/go/test/integration/integration.go
+++ b/sdks/go/test/integration/integration.go
@@ -187,6 +187,8 @@ var samzaFilters = []string{
        "TestMapStateClear",
        "TestSetState",
        "TestSetStateClear",
+       // TODO(https://github.com/apache/beam/issues/26126): Java runner issue 
(AcitveBundle has no regsitered handler)
+       "TestDebeziumIO_BasicRead",
 }
 
 var sparkFilters = []string{

Reply via email to