Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreme committed Feb 16, 2019
1 parent 9848b84 commit 0c8a03e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/client/sals-scram-tests.js
Expand Up @@ -16,7 +16,7 @@ host all npgtest 0.0.0.0/0 scram-sha-256
*/

/*
suite.test('can connect using sasl/scram', function () {
var connectionString = 'pg://npgtest:test@localhost/postgres'
const pool = new pg.Pool({ connectionString: connectionString })
Expand All @@ -38,3 +38,4 @@ suite.test('sasl/scram fails when password is wrong', function () {
})
)
})
*/

0 comments on commit 0c8a03e

Please sign in to comment.