We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bef521 commit a880eccCopy full SHA for a880ecc
test/integration/server-selection/operation_count.test.ts
@@ -36,7 +36,7 @@ const disableFailPointCommand: FailPoint = {
36
}
37
};
38
39
-describe.only('Server Operation Count Tests', function () {
+describe('Server Operation Count Tests', function () {
40
let client: MongoClient;
41
let collection: Collection<{ count: number }>;
42
let cursor: AbstractCursor;
0 commit comments