Browse Source

test: disable eio-race tests

Disabled the following unit tests:

* test-eio-race.js
* test-eio-race2.js
* test-eio-race4.js

These tests are known to fail on busy boxes due to being timing sensitive,
and are deemed not meaningful tests.

See https://github.com/joyent/node/issues/4272

Fixes #4272.
v0.9.4-release
Chad Rhyner 12 years ago
committed by Ben Noordhuis
parent
commit
8fc578b631
  1. 0
      test/disabled/test-eio-race.js
  2. 2
      test/disabled/test-eio-race2.js
  3. 0
      test/disabled/test-eio-race4.js

0
test/simple/test-eio-race.js → test/disabled/test-eio-race.js

2
test/simple/test-eio-race2.js → test/disabled/test-eio-race2.js

@ -41,5 +41,3 @@ setTimeout(function() {
}); });
} }
}, 100); }, 100);

0
test/simple/test-eio-race4.js → test/disabled/test-eio-race4.js

Loading…
Cancel
Save