Skip to content

Commit

Permalink
[misc] remove multi-authentication test if using maxscale
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Sep 25, 2019
1 parent 9ad6dea commit 5549f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/mariadb/jdbc/ConnectionTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ public void slaveDownConnection() throws SQLException {

@Test
public void multiAuthPlugin() throws Throwable {
Assume.assumeTrue(System.getenv("MAXSCALE_VERSION") == null);
Assume.assumeTrue(isMariadbServer() && minVersion(10, 4, 2));
Statement stmt = sharedConnection.createStatement();
try {
Expand Down

0 comments on commit 5549f4b

Please sign in to comment.