diff --git a/driver-core/src/test/java/com/datastax/driver/core/WarningsTest.java b/driver-core/src/test/java/com/datastax/driver/core/WarningsTest.java index a2f0b5b6f5b..cef92af2b04 100644 --- a/driver-core/src/test/java/com/datastax/driver/core/WarningsTest.java +++ b/driver-core/src/test/java/com/datastax/driver/core/WarningsTest.java @@ -115,6 +115,7 @@ public void should_execute_query_and_log_server_side_warnings() throws Exception } @Test(groups = "isolated") + @ScyllaSkip /* @IntegrationTestDisabledScyllaFailure */ @CassandraVersion("3.0.0") public void should_execute_query_and_not_log_server_side_warnings() throws Exception { // Get the system property value for disabling logging server side warnings