Skip to content

Commit e44e23a

Browse files
committed
c cleanup comments
1 parent 7b69ecb commit e44e23a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

test/test-basic-usage.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,6 @@ const uri = process.env.URI || "mongodb://127.0.0.1:27017/mongoose-field-encrypt
1616
describe("basic usage", function() {
1717
this.timeout(5000);
1818

19-
/*
20-
//
21-
// Due to the fact that creating and closing a mongoose connection is not
22-
// a fully async operation, this test combined with the db tests sometimes
23-
// hangs.
24-
//
25-
// Thus we have 2 options:
26-
// - mash this test into the db setup
27-
// - ignore it in CI
28-
//
29-
// Choosing the latter for the moment :)
30-
//
31-
if (process.env.CI === "true") {
32-
return;
33-
}
34-
*/
35-
3619
before(function(done) {
3720
mongoose
3821
.connect(uri, { useNewUrlParser: true, promiseLibrary: Promise, autoIndex: false, useUnifiedTopology: true })

0 commit comments

Comments
 (0)