diff --git a/test/functional/operation_promises_example_tests.js b/test/functional/operation_promises_example_tests.js index b9ab7529f0..aec579be7d 100644 --- a/test/functional/operation_promises_example_tests.js +++ b/test/functional/operation_promises_example_tests.js @@ -3126,7 +3126,7 @@ describe('Operation (Promises)', function() { * @example-method removeUser * @ignore */ - it('shouldCorrectlyAddAndRemoveUserWithPromises', { + it.skip('shouldCorrectlyAddAndRemoveUserWithPromises', { metadata: { requires: { topology: 'single', mongodb: '<=3.4.x' } }, // The actual test we wish to run