Skip to content

Commit e8ac558

Browse files
authored
test: restrict destroy test to versions of node that support it (#2728)
NODE-3065
1 parent db1ab0b commit e8ac558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/gridfs_stream.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('GridFS Stream', function() {
100100
});
101101

102102
it('destroy publishes provided error', {
103-
metadata: { requires: { topology: ['single'] } },
103+
metadata: { requires: { topology: ['single'], node: '>=8' } },
104104
test: function(done) {
105105
var configuration = this.configuration;
106106
var GridFSBucket = configuration.require.GridFSBucket;

0 commit comments

Comments
 (0)