diff --git a/test/integration/client/sals-scram-tests.js b/test/integration/client/sals-scram-tests.js index 204e40fd3..f5326d8ae 100644 --- a/test/integration/client/sals-scram-tests.js +++ b/test/integration/client/sals-scram-tests.js @@ -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 }) @@ -38,3 +38,4 @@ suite.test('sasl/scram fails when password is wrong', function () { }) ) }) +*/