summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Henigan <robert.henigan@livio.io>2021-01-12 10:23:40 -0500
committerGitHub <noreply@github.com>2021-01-12 10:23:40 -0500
commit1c2fdae968d65bfdceb1c690bbe86eba1d0dec73 (patch)
tree487b33ee3e55a7d1a77f06bdd639d0ab95dc2a87
parent3124e0c2dd202cad4ba5170d71564c73dbaa084f (diff)
parent49821702232a0a1eb7f604c4e0580de939e91e2e (diff)
downloadsdl_android-1c2fdae968d65bfdceb1c690bbe86eba1d0dec73.tar.gz
Merge pull request #1598 from smartdevicelink/ignore_rpc_generic_tests
Ignore RPCGenericTests
-rw-r--r--android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java b/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java
index 178c7a125..e4a61b9ed 100644
--- a/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java
+++ b/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java
@@ -5,6 +5,7 @@ import androidx.test.ext.junit.runners.AndroidJUnit4;
import com.smartdevicelink.proxy.rpc.enums.SystemCapabilityType;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.xmlpull.v1.XmlPullParser;
@@ -45,6 +46,7 @@ import static junit.framework.TestCase.fail;
* - The enums have a value for every element in the spec and the names and deprecation status match the spec
*/
@RunWith(AndroidJUnit4.class)
+@Ignore //Remove this annotation before running these tests
public class RPCGenericTests {
private final String XML_FILE_NAME = "MOBILE_API.xml";