We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175d4f7 commit 8ebf6cbCopy full SHA for 8ebf6cb
packages/firestore/test/unit/specs/describe_spec.ts
@@ -82,7 +82,6 @@ function getTestRunner(tags, persistenceEnabled): Function {
82
// spec should have a comment explaining why it is being skipped.
83
return it.skip;
84
} else if (!persistenceEnabled && tags.indexOf(MULTI_CLIENT_TAG) !== -1) {
85
- // spec should have a comment explaining why it is being skipped.
86
87
} else if (tags.indexOf(BENCHMARK_TAG) >= 0 && !RUN_BENCHMARK_TESTS) {
88
0 commit comments