Skip to content

Commit

Permalink
misc test correction for PAM with appveyor
Browse files Browse the repository at this point in the history
Appveyor doesn't permit to test PAM authentication, cancelling test on appveyor
  • Loading branch information
rusher committed Feb 22, 2021
1 parent 715d669 commit c276c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test-auth-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ describe('authentication plugin', () => {

it('dialog authentication plugin', function (done) {
//pam is set using .travis/sql/pam.sh
if (process.env.MAXSCALE_TEST_DISABLE) this.skip();
if (process.env.MAXSCALE_TEST_DISABLE || process.env.APPVEYOR_BUILD_WORKER_IMAGE) this.skip();

if (!shareConn.info.isMariaDB()) this.skip();
this.timeout(10000);
Expand Down

0 comments on commit c276c1b

Please sign in to comment.