diff --git a/tests/spec/fs.open.spec.js b/tests/spec/fs.open.spec.js index 5e4911e..203faa4 100644 --- a/tests/spec/fs.open.spec.js +++ b/tests/spec/fs.open.spec.js @@ -107,6 +107,10 @@ describe('fs.open', function() { }); }); + /** + * This test is currently correct per our code, but incorrect according to the spec. + * When we fix https://github.com/filerjs/filer/issues/314 we'll have to update this. + */ it('should error if an ofd\'s node goes away while open', function(done) { var fs = util.fs();