Skip to content

Commit 0c8a03e

Browse files
committed
disable test
1 parent 9848b84 commit 0c8a03e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/client/sals-scram-tests.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ host all npgtest 0.0.0.0/0 scram-sha-256
1616
1717
1818
*/
19-
19+
/*
2020
suite.test('can connect using sasl/scram', function () {
2121
var connectionString = 'pg://npgtest:test@localhost/postgres'
2222
const pool = new pg.Pool({ connectionString: connectionString })
@@ -38,3 +38,4 @@ suite.test('sasl/scram fails when password is wrong', function () {
3838
})
3939
)
4040
})
41+
*/

0 commit comments

Comments
 (0)