Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ public class ConformanceTest {
private interface ConformanceTestCase extends Test, Describable {}

/** Excluded tests by test description. */
private final Set<String> excludedTests =
Collections.singleton("set: MergeAll cannot be specified with empty data."); // b/73495873
private final Set<String> excludedTests = Collections.emptySet();

/** If non-empty, only runs tests included in this set. */
private final Set<String> includedTests = Collections.emptySet();
Expand Down
Binary file modified google-cloud-firestore/src/test/resources/test-suite.binproto
Binary file not shown.