Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove stray only
  • Loading branch information
aditi-khare-mongoDB committed Jun 17, 2024
commit bcb86c280420bdd19d1d0b5471d7710800660ee1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { loadSpecTests } from '../../spec';
import { generateTopologyTests, TestRunnerContext } from '../../tools/spec-runner';
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';

describe.only('Retryable Reads (legacy)', function () {
describe('Retryable Reads (legacy)', function () {
const testContext = new TestRunnerContext();
const testSuites = loadSpecTests(path.join('retryable-reads', 'legacy'));

Expand Down