Skip to content

Commit

Permalink
[misc] correct wrong mysql RSA test
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed May 11, 2023
1 parent 31bd79c commit 32ce9df
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/integration/test-auth-plugin.js
Expand Up @@ -399,13 +399,6 @@ describe('authentication plugin', () => {

it('sha256 authentication plugin with public key retrieval', function (done) {
if (shareConn.info.isMariaDB() || !shareConn.info.hasMinVersion(5, 7, 0)) this.skip();
// request files since 5.7.40 / 8.0.31 fails when requesting public key
if (
!shareConn.info.isMariaDB() &&
((!shareConn.info.hasMinVersion(8, 0, 0) && shareConn.info.hasMinVersion(5, 7, 40)) ||
shareConn.info.hasMinVersion(8, 0, 31))
)
this.skip();

const self = this;
base
Expand Down

0 comments on commit 32ce9df

Please sign in to comment.