Skip to content

Commit

Permalink
Fix travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Muyangmin committed Sep 13, 2016
1 parent 1b75318 commit de25397
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/androidTest/java/org/mym/prettylog/PLogTest.java
Expand Up @@ -10,6 +10,7 @@
import android.view.WindowManager;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand All @@ -31,10 +32,9 @@
@LargeTest
public class PLogTest {

Activity activity = null;

@Rule
public ActivityTestRule<MainActivity> mActivityRule = new ActivityTestRule<>(MainActivity.class);
Activity activity = null;

@Before
public void setUp() {
Expand All @@ -58,6 +58,7 @@ public void run() {
}

@Test
@Ignore
public void testAllSampleCase(){
//Use scrollTo() before click() to avoid click button not visible at least 90%.
//Please see http://stackoverflow.com/a/28836033/4944176
Expand Down

0 comments on commit de25397

Please sign in to comment.