Skip to content

Commit

Permalink
test: enable retryable reads tests for listIndexes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst authored and daprahamian committed Aug 13, 2019
1 parent 77df564 commit 0f38c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/retryable_reads_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ describe('Retryable Reads', function() {
return (
spec.description.match(/distinct/i) ||
spec.description.match(/aggregate/i) ||
spec.description.match(/countDocuments/i)
spec.description.match(/countDocuments/i) ||
spec.description.match(/listIndexes/i)
);
});
});

0 comments on commit 0f38c94

Please sign in to comment.