We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52368d7 commit 0506408Copy full SHA for 0506408
test/properties.js
@@ -39,7 +39,7 @@ var should = require('should');
39
var async = require('async');
40
var dbConfig = require('./dbConfig.js');
41
42
-describe('58. properties.js', function() {
+describe.skip('58. properties.js', function() {
43
44
if(dbConfig.externalAuth){
45
var credential = { externalAuth: true, connectString: dbConfig.connectString };
0 commit comments