diff --git a/js/server/tests/shell/shell-database-noncluster.js b/js/server/tests/shell/shell-database-noncluster.js index 6df0e55a4c..3cda0367db 100644 --- a/js/server/tests/shell/shell-database-noncluster.js +++ b/js/server/tests/shell/shell-database-noncluster.js @@ -203,10 +203,8 @@ function DatabaseSuite () { if (tries > 15) { require("internal").printf("[WARNING] waited " + tries * 2 +" seconds for " + path + " do disappear"); } - // if (require("internal").platform.substr(0,3) !== 'win') { - // yes, we know this test fails in windows now and then. - assertFalse(fs.exists(path)); - //} + // yes, we know this test fails in windows now and then. + assertFalse(fs.exists(path)); } };