Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading