Skip to content

Commit

Permalink
[misc] remove test not stable for aurora
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jul 19, 2018
1 parent 32fdd7f commit 91be0a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/org/mariadb/jdbc/PreparedStatementTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@ public void testRewriteMultiMaxSizeOneParam() throws SQLException {
}

private void testRewriteMultiPacket(boolean notRewritable) throws SQLException {
//aurora server fail something
Assume.assumeFalse(sharedIsAurora());

Statement statement = sharedConnection.createStatement();
statement.execute("TRUNCATE PreparedStatementTest1");
ResultSet rs = statement.executeQuery("select @@max_allowed_packet");
Expand Down

0 comments on commit 91be0a9

Please sign in to comment.