Revert "test-fs-watch: Add faster failure, and link to #2813"

This reverts commit 9a6f936c8a.
pull/24503/head
Ben Noordhuis 2012-02-29 14:26:04 +01:00
parent 7343f8e776
commit ebb79cdaba
1 changed files with 0 additions and 8 deletions

View File

@ -24,14 +24,6 @@ var assert = require('assert');
var path = require('path');
var fs = require('fs');
if (process.platform === 'darwin') {
assert(false,
'This test is known to fail on OS X\n' +
'See: https://github.com/joyent/node/issues/2813');
}
var expectFilePath = process.platform == 'win32' || process.platform == 'linux';
var watchSeenOne = 0;