From: Ben Noordhuis Date: Wed, 29 Feb 2012 13:26:04 +0000 (+0100) Subject: Revert "test-fs-watch: Add faster failure, and link to #2813" X-Git-Tag: v0.7.6~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebb79cdabaa8a9b4f095dac841955dae696cdd92;p=platform%2Fupstream%2Fnodejs.git Revert "test-fs-watch: Add faster failure, and link to #2813" This reverts commit 9a6f936c8a62c1a6edad3bda0faa8d8112b7cf92. --- diff --git a/test/simple/test-fs-watch.js b/test/simple/test-fs-watch.js index 05c2a69..cfae573 100644 --- a/test/simple/test-fs-watch.js +++ b/test/simple/test-fs-watch.js @@ -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;