We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e79087 commit c17e1a6Copy full SHA for c17e1a6
google-cloud-firestore/src/test/java/com/google/cloud/firestore/ConformanceTest.java
@@ -85,8 +85,7 @@ public class ConformanceTest {
85
private interface ConformanceTestCase extends Test, Describable {}
86
87
/** Excluded tests by test description. */
88
- private final Set<String> excludedTests =
89
- Collections.singleton("set: MergeAll cannot be specified with empty data."); // b/73495873
+ private final Set<String> excludedTests = Collections.emptySet();
90
91
/** If non-empty, only runs tests included in this set. */
92
private final Set<String> includedTests = Collections.emptySet();
google-cloud-firestore/src/test/resources/test-suite.binproto
361 Bytes
0 commit comments