Skip to content

Commit

Permalink
Disable dev tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Skachkov committed Nov 27, 2015
1 parent 02b578c commit 28b64f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ailib/src/test/java/ai/api/test/ProtocolDevTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

import android.text.TextUtils;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
Expand All @@ -43,7 +44,7 @@

@Config(constants = BuildConfig.class, manifest = Config.NONE, sdk = BuildConfig.TESTS_SDK)
@RunWith(RobolectricTestRunner.class)
//@Ignore("Tests for development purposes. Disabled by default.")
@Ignore("Tests for development purposes. Disabled by default.")
public class ProtocolDevTest extends ProtocolTestBase {

// Testing keys
Expand Down

0 comments on commit 28b64f3

Please sign in to comment.