Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit c74c18a

Browse files
committed
Remove temporary code that was used for testing in nightly.
1 parent 2ecfa03 commit c74c18a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • google-cloud-firestore/src/test/java/com/google/cloud/firestore/it

google-cloud-firestore/src/test/java/com/google/cloud/firestore/it/ITBaseTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ public abstract class ITBaseTest {
4646

4747
private static final Logger logger = Logger.getLogger(ITBaseTest.class.getName());
4848

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-
5349
protected Firestore firestore;
5450
protected FirestoreSpy firestoreSpy;
5551
private FirestoreOptions firestoreOptions;

0 commit comments

Comments
 (0)