Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "test-fs-watch: Add faster failure, and link to #2813"
This reverts commit 9a6f936.
  • Loading branch information
bnoordhuis committed Feb 29, 2012
1 parent 7343f8e commit ebb79cd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/simple/test-fs-watch.js
Expand Up @@ -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;
Expand Down

0 comments on commit ebb79cd

Please sign in to comment.