Skip to content

Commit ab87571

Browse files
authored
Enable COUNT integration tests, now that backend support has rolled out (#4163)
1 parent ee13f03 commit ab87571

File tree

1 file changed

+0
-7
lines changed
  • firebase-firestore/src/androidTest/java/com/google/firebase/firestore

1 file changed

+0
-7
lines changed

firebase-firestore/src/androidTest/java/com/google/firebase/firestore/CountTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,12 @@
3030
import androidx.test.ext.junit.runners.AndroidJUnit4;
3131
import com.google.firebase.firestore.testutil.IntegrationTestUtil;
3232
import org.junit.After;
33-
import org.junit.Before;
3433
import org.junit.Test;
3534
import org.junit.runner.RunWith;
3635

3736
@RunWith(AndroidJUnit4.class)
3837
public class CountTest {
3938

40-
@Before
41-
public void setUp() {
42-
// TODO(b/243368243): Remove this once backend is ready to support count.
43-
org.junit.Assume.assumeTrue(BuildConfig.USE_EMULATOR_FOR_TESTS);
44-
}
45-
4639
@After
4740
public void tearDown() {
4841
IntegrationTestUtil.tearDown();

0 commit comments

Comments
 (0)