Commit dd649d1d by Michael Mifsud

Merge pull request #1261 from xzyfer/fix/random-test-2

Disable randomly failing watcher tests
parents 80c07b97 b7e39f08
...@@ -278,7 +278,7 @@ describe('cli', function() { ...@@ -278,7 +278,7 @@ describe('cli', function() {
}, 500); }, 500);
}); });
it('should render all watched files', function(done) { it.skip('should render all watched files', function(done) {
var src = fixture('simple/bar.scss'); var src = fixture('simple/bar.scss');
fs.writeFileSync(src, ''); fs.writeFileSync(src, '');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment