We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fbd54 commit e619739Copy full SHA for e619739
1 file changed
test/unit/assorted/server_selection.spec.test.ts
@@ -11,7 +11,7 @@ import {
11
runServerSelectionLogicTest
12
} from './server_selection_logic_spec_utils';
13
14
-describe.only('Server Selection Logic (spec)', function () {
+describe('Server Selection Logic (spec)', function () {
15
beforeEach(function () {
16
if (this.currentTest.title.match(/Possible/)) {
17
this.currentTest.skipReason = 'Nodejs driver does not support PossiblePrimary';
0 commit comments