Skip to content

Commit f5346f3

Browse files
espyhulkoba
authored andcommitted
test: remove errant only
1 parent 43363da commit f5346f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/component/test.replication_perf_regression.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('test.replication_perf_regression.js', function () {
4040
server.close(done);
4141
});
4242

43-
it.only('#5199 fix excessively long replication loop', function () {
43+
it('#5199 fix excessively long replication loop', function () {
4444

4545
this.timeout(5000); // mocha timeout increased for this test
4646
var numDocs = 59; // uneven number...using smaller number for faster test

0 commit comments

Comments
 (0)