Skip to content

Commit

Permalink
storage-master delete test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Dec 10, 2017
1 parent fdd1a4e commit ac8fcad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/www/spec/db-open-close-delete-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1178,8 +1178,8 @@ var mytests = function() {
});
}, function (err) {
console.log("ERROR: " + JSON.stringify(err));
// XXX TBD IGNORE delete error on Windows:
if (isWindows) return start();
// XXX GONE: NO LONGER NEEDED DUE TO NEW BUG 666 WORKAROUND
// if (isWindows) return start();
ok(false, 'error: ' + err);
start();
});
Expand Down

0 comments on commit ac8fcad

Please sign in to comment.