From 91692037344370394249fedf90ddda634f7349ba Mon Sep 17 00:00:00 2001 From: Matt Broadstone Date: Fri, 17 Jan 2020 16:50:28 -0500 Subject: [PATCH] test: skip test that uses `mongofiles` for flakiness --- test/functional/gridfs.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/gridfs.test.js b/test/functional/gridfs.test.js index 088afc08e90..69ce6561470 100644 --- a/test/functional/gridfs.test.js +++ b/test/functional/gridfs.test.js @@ -1734,7 +1734,7 @@ describe('GridFS', function() { /** * @ignore */ - it('shouldWriteFileWithMongofilesAndReadWithNodeJS', { + it.skip('shouldWriteFileWithMongofilesAndReadWithNodeJS', { metadata: { requires: { topology: 'single' } }, // The actual test we wish to run