Skip to content

Commit 11005ec

Browse files
committed
Temporarily skiping test from #768.
1 parent 0346877 commit 11005ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.jshintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
2020
"predef": [
2121
"describe", // Used by mocha
2222
"it", // Used by mocha
23+
"xit", // Used by mocha
2324
"before", // Used by mocha
2425
"beforeEach", // Used by mocha
2526
"after", // Used by mocha
2627
"afterEach" // Used by mocha
2728
]
28-
}
29+
}

test/security/ClientSSLSecurityPFX.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('ClientSSLSecurityPFX', function() {
4040
}
4141
});
4242

43-
it('should be usable in a request', function (done) {
43+
xit('should be usable in a request', function (done) {
4444
var https = require('https');
4545
var pfkBuffer = fs.readFileSync(join(__dirname, '..', 'certs', 'client-password.pfx')),
4646
instance;

0 commit comments

Comments
 (0)