Skip to content

Commit

Permalink
remove stray only
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Jun 18, 2024
1 parent 96b5c95 commit dcef868
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,6 @@ async function turnOffFailPoint(client, name) {
});
}

describe.only('Retryable Writes (unified)', function () {
describe('Retryable Writes (unified)', function () {
runUnifiedSuite(loadSpecTests(path.join('retryable-writes', 'unified')));
});

0 comments on commit dcef868

Please sign in to comment.