Skip to content

Commit f5cf09f

Browse files
Remove stray only
1 parent ef09094 commit f5cf09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/retryable-reads/retryable_reads.spec.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { TestRunnerContext, generateTopologyTests } = require('../../tools/spec-r
33
const { loadSpecTests } = require('../../spec');
44
const { runUnifiedSuite } = require('../../tools/unified-spec-runner/runner');
55

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

0 commit comments

Comments
 (0)