[tests] disabled the examples-test by now

This commit is contained in:
cronopio 2013-12-09 12:34:28 -05:00
parent bc236d7e95
commit d83fdf69a1

View File

@ -13,7 +13,7 @@ var path = require('path'),
var rootDir = path.join(__dirname, '..'),
examplesDir = path.join(rootDir, 'examples');
describe('http-proxy examples', function () {
describe.skip('http-proxy examples', function () {
describe('Before testing examples', function () {
// Set a timeout to avoid this error
this.timeout(30 * 1000);