Skip to content

Commit d83fdf6

Browse files
committed
[tests] disabled the examples-test by now
1 parent bc236d7 commit d83fdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var path = require('path'),
1313
var rootDir = path.join(__dirname, '..'),
1414
examplesDir = path.join(rootDir, 'examples');
1515

16-
describe('http-proxy examples', function () {
16+
describe.skip('http-proxy examples', function () {
1717
describe('Before testing examples', function () {
1818
// Set a timeout to avoid this error
1919
this.timeout(30 * 1000);

0 commit comments

Comments
 (0)