Skip to content

Commit a44d1f0

Browse files
@W-21933885: [MSDK Android] App Attestation Implementation (Disable testECAJwt_AllScopes In ECALoginTests For Stability)
1 parent f674131 commit a44d1f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • native/NativeSampleApps/AuthFlowTester/src/androidTest/java/com/salesforce/samples/authflowtester

native/NativeSampleApps/AuthFlowTester/src/androidTest/java/com/salesforce/samples/authflowtester/ECALoginTests.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import com.salesforce.samples.authflowtester.testUtility.KnownAppConfig.ECA_OPAQ
3333
import com.salesforce.samples.authflowtester.testUtility.KnownAppConfig.ECA_JWT
3434
import com.salesforce.samples.authflowtester.testUtility.ScopeSelection.SUBSET
3535
import com.salesforce.samples.authflowtester.testUtility.ScopeSelection.ALL
36+
import org.junit.Ignore
3637
import org.junit.Test
3738
import org.junit.runner.RunWith
3839

@@ -80,6 +81,7 @@ fun testECAJwt_SubsetScopes_NotHybrid() {
8081

8182
// Login with ECA JWT using all scopes and web server flow.
8283
@Test
84+
@Ignore
8385
fun testECAJwt_AllScopes() {
8486
loginAndValidate(knownAppConfig = ECA_JWT, scopeSelection = ALL)
8587
}

0 commit comments

Comments
 (0)