We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecfa03 commit c74c18aCopy full SHA for c74c18a
1 file changed
google-cloud-firestore/src/test/java/com/google/cloud/firestore/it/ITBaseTest.java
@@ -46,10 +46,6 @@ public abstract class ITBaseTest {
46
47
private static final Logger logger = Logger.getLogger(ITBaseTest.class.getName());
48
49
- // TODO(types/ehsan): Remove this line which forces all integration tests
50
- // to run against nightly.
51
- private static String unused = System.setProperty("FIRESTORE_TARGET_BACKEND", "NIGHTLY");
52
-
53
protected Firestore firestore;
54
protected FirestoreSpy firestoreSpy;
55
private FirestoreOptions firestoreOptions;
0 commit comments