We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc236d7 commit d83fdf6Copy full SHA for d83fdf6
test/examples-test.js
@@ -13,7 +13,7 @@ var path = require('path'),
13
var rootDir = path.join(__dirname, '..'),
14
examplesDir = path.join(rootDir, 'examples');
15
16
-describe('http-proxy examples', function () {
+describe.skip('http-proxy examples', function () {
17
describe('Before testing examples', function () {
18
// Set a timeout to avoid this error
19
this.timeout(30 * 1000);
0 commit comments