Skip to content

Commit

Permalink
chore: skip test that leaks a client
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Oct 15, 2019
1 parent 94ea9ad commit adc06db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/operation_promises_example_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adc06db

Please sign in to comment.