You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/06 12:43:46 UTC

[camel] branch main updated: (chores) camel-cassandraql: disable flaky tests on MacOS

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7a40ff19621 (chores) camel-cassandraql: disable flaky tests on MacOS
7a40ff19621 is described below

commit 7a40ff196213ea20b9c17eb8fc606ee7fbd3035d
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Jun 6 13:39:33 2022 +0200

    (chores) camel-cassandraql: disable flaky tests on MacOS
---
 .../aggregate/cassandra/CassandraAggregationRepositoryIT.java          | 3 +++
 .../aggregate/cassandra/NamedCassandraAggregationRepositoryIT.java     | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/components/camel-cassandraql/src/test/java/org/apache/camel/processor/aggregate/cassandra/CassandraAggregationRepositoryIT.java b/components/camel-cassandraql/src/test/java/org/apache/camel/processor/aggregate/cassandra/CassandraAggregationRepositoryIT.java
index f267071fc00..3e180a50fa7 100644
--- a/components/camel-cassandraql/src/test/java/org/apache/camel/processor/aggregate/cassandra/CassandraAggregationRepositoryIT.java
+++ b/components/camel-cassandraql/src/test/java/org/apache/camel/processor/aggregate/cassandra/CassandraAggregationRepositoryIT.java
@@ -23,6 +23,8 @@ import org.apache.camel.component.cassandra.integration.BaseCassandra;
 import org.apache.camel.support.DefaultExchange;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.DisabledOnOs;
+import org.junit.jupiter.api.condition.OS;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertFalse;
@@ -130,6 +132,7 @@ public class CassandraAggregationRepositoryIT extends BaseCassandra {
         }
     }
 
+    @DisabledOnOs(OS.MAC)
     @Test
     public void testConfirmExist() {
         // Given
diff --git a/components/camel-cassandraql/src/test/java/org/apache/camel/processor/aggregate/cassandra/NamedCassandraAggregationRepositoryIT.java b/components/camel-cassandraql/src/test/java/org/apache/camel/processor/aggregate/cassandra/NamedCassandraAggregationRepositoryIT.java
index 1c16792efb9..a7d8afa56c3 100644
--- a/components/camel-cassandraql/src/test/java/org/apache/camel/processor/aggregate/cassandra/NamedCassandraAggregationRepositoryIT.java
+++ b/components/camel-cassandraql/src/test/java/org/apache/camel/processor/aggregate/cassandra/NamedCassandraAggregationRepositoryIT.java
@@ -23,6 +23,8 @@ import org.apache.camel.component.cassandra.integration.BaseCassandra;
 import org.apache.camel.support.DefaultExchange;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.Test;
+import org.junit.jupiter.api.condition.DisabledOnOs;
+import org.junit.jupiter.api.condition.OS;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertFalse;
@@ -134,6 +136,7 @@ public class NamedCassandraAggregationRepositoryIT extends BaseCassandra {
         }
     }
 
+    @DisabledOnOs(OS.MAC)
     @Test
     public void testConfirmExist() {
         // Given