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 7b34762 commit 1dd6a93Copy full SHA for 1dd6a93
android-sdk/src/androidTest/java/com/optimizely/ab/android/sdk/DataFileReschedulerTest.java
@@ -24,6 +24,7 @@
24
import com.optimizely.ab.android.shared.Cache;
25
26
import org.junit.Before;
27
+import org.junit.Ignore;
28
import org.junit.Test;
29
import org.junit.runner.RunWith;
30
import org.junit.runners.JUnit4;
@@ -86,6 +87,7 @@ public void receivedActionMyPackageReplaced() {
86
87
88
@SuppressWarnings("ArraysAsListWithZeroOrOneArgument")
89
@Test
90
+ @Ignore
91
public void dispatchingOne() {
92
Context mockContext = mock(Context.class);
93
Cache cache = new Cache(InstrumentationRegistry.getTargetContext(), logger);
0 commit comments