Skip to content

Commit e03d32a

Browse files
committed
test(NODE-7402): run all tests
1 parent 7ec0d95 commit e03d32a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/client-side-operations-timeout/client_side_operations_timeout.spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const skippedTests = {
2424
'apply remaining timeoutMS if less than maxAwaitTimeMS': 'TODO(NODE-7360)'
2525
};
2626

27-
describe.only('CSOT spec tests', function () {
27+
describe('CSOT spec tests', function () {
2828
const specs = loadSpecTests('client-side-operations-timeout');
2929
for (const spec of specs) {
3030
for (const test of spec.tests) {

0 commit comments

Comments
 (0)