Skip to content

Commit 9169203

Browse files
committed
test: skip test that uses mongofiles for flakiness
1 parent 667b34c commit 9169203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/gridfs.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ describe('GridFS', function() {
17341734
/**
17351735
* @ignore
17361736
*/
1737-
it('shouldWriteFileWithMongofilesAndReadWithNodeJS', {
1737+
it.skip('shouldWriteFileWithMongofilesAndReadWithNodeJS', {
17381738
metadata: { requires: { topology: 'single' } },
17391739

17401740
// The actual test we wish to run

0 commit comments

Comments
 (0)