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 c97fef1 commit 94444b5Copy full SHA for 94444b5
1 file changed
sdk/tests/android/testapp/src/androidTest/java/software/amazon/awssdk/iottest/MainActivityTest.kt
@@ -31,7 +31,7 @@ class MainActivityTest {
31
}
32
33
fun getArgsForSample(name: String) : Array<String?> {
34
- System.setProperty("aws.crt.ci", "True")
+ // System.setProperty("aws.crt.ci", "True")
35
val testContext = InstrumentationRegistry.getInstrumentation().targetContext
36
val testRes = testContext.getResources()
37
var resourceNames = mutableListOf<String>()
@@ -160,6 +160,6 @@ class MainActivityTest {
160
161
@Test
162
fun mqtt5PubSubSample(){
163
- runSample("mqtt.x509pubsub.X509PubSub")
+ runSample("mqtt.mqtt5x509.Mqtt5X509")
164
165
0 commit comments