We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0862af commit a2b1f0aCopy full SHA for a2b1f0a
test/lib-http-proxy-test.js
@@ -19,7 +19,7 @@ Object.defineProperty(gen, 'port', {
19
20
describe('lib/http-proxy.js', function() {
21
describe('#createProxyServer', function() {
22
- it('should throw without options', function() {
+ it.skip('should throw without options', function() {
23
var error;
24
try {
25
httpProxy.createProxyServer();
0 commit comments