Skip to content

Commit 8ebf6cb

Browse files
Removing duplicate comment
1 parent 175d4f7 commit 8ebf6cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/firestore/test/unit/specs/describe_spec.ts

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ function getTestRunner(tags, persistenceEnabled): Function {
8282
// spec should have a comment explaining why it is being skipped.
8383
return it.skip;
8484
} else if (!persistenceEnabled && tags.indexOf(MULTI_CLIENT_TAG) !== -1) {
85-
// spec should have a comment explaining why it is being skipped.
8685
return it.skip;
8786
} else if (tags.indexOf(BENCHMARK_TAG) >= 0 && !RUN_BENCHMARK_TESTS) {
8887
return it.skip;

0 commit comments

Comments
 (0)