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 d824db8 commit a7cee8eCopy full SHA for a7cee8e
firebase-firestore/src/test/java/com/google/firebase/firestore/util/ThrottledForwardingExecutorTest.java
@@ -23,7 +23,10 @@
23
import java.util.concurrent.Semaphore;
24
import java.util.concurrent.atomic.AtomicInteger;
25
import org.junit.Test;
26
+import org.robolectric.annotation.Config;
27
28
+@org.junit.runner.RunWith(org.robolectric.RobolectricTestRunner.class)
29
+@Config(manifest = Config.NONE)
30
public class ThrottledForwardingExecutorTest {
31
@Test
32
public void limitsNumberOfForwardedTasks() throws InterruptedException {
0 commit comments