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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 9ae3bfd78a Restore debezium-postgres update & delete tests
9ae3bfd78a is described below

commit 9ae3bfd78a5e54efa49bc0118c0105978353e3f3
Author: James Netherton <[email protected]>
AuthorDate: Thu Sep 4 16:24:36 2025 +0100

    Restore debezium-postgres update & delete tests
    
    Fixes #6911
---
 .../debezium/common/it/postgres/DebeziumPostgresTest.java      | 10 ----------
 1 file changed, 10 deletions(-)

diff --git 
a/integration-test-groups/debezium/postgresql/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/postgres/DebeziumPostgresTest.java
 
b/integration-test-groups/debezium/postgresql/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/postgres/DebeziumPostgresTest.java
index 0e4d5cdce9..402c201b0d 100644
--- 
a/integration-test-groups/debezium/postgresql/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/postgres/DebeziumPostgresTest.java
+++ 
b/integration-test-groups/debezium/postgresql/src/test/java/org/apache/camel/quarkus/component/debezium/common/it/postgres/DebeziumPostgresTest.java
@@ -53,16 +53,6 @@ class DebeziumPostgresTest extends AbstractDebeziumTest {
         connection = DriverManager.getConnection(jdbcUrl);
     }
 
-    @Test
-    @Override
-    public void testUpdate() throws SQLException {
-    }
-
-    @Test
-    @Override
-    public void testDelete() throws SQLException {
-    }
-
     @Test
     @Order(4)
     public void testAdditionalProperty() {

Reply via email to