Skip to content

Commit

Permalink
test: skip test that uses mongofiles for flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Jan 17, 2020
1 parent 667b34c commit 9169203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/gridfs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ describe('GridFS', function() {
/**
* @ignore
*/
it('shouldWriteFileWithMongofilesAndReadWithNodeJS', {
it.skip('shouldWriteFileWithMongofilesAndReadWithNodeJS', {
metadata: { requires: { topology: 'single' } },

// The actual test we wish to run
Expand Down

0 comments on commit 9169203

Please sign in to comment.