We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df69d9 commit 927dec2Copy full SHA for 927dec2
driver-core/src/test/java/com/datastax/driver/core/SchemaAgreementTest.java
@@ -47,7 +47,7 @@ public void should_set_flag_on_non_schema_altering_statement() {
47
assertThat(rs.getExecutionInfo().isSchemaInAgreement()).isTrue();
48
}
49
50
- @Test(groups = "short", priority = 1)
+ @Test(groups = "short")
51
public void should_unset_flag_on_failed_agreement() {
52
// Setting to 0 results in no query being set, so agreement fails
53
ProtocolOptions protocolOptions = cluster().getConfiguration().getProtocolOptions();
0 commit comments