Skip to content

Commit

Permalink
Disabled all AppIntegrity tests + some browser login tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrov committed Jul 3, 2024
1 parent 1b652bd commit 50b02e6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import XCTest
@testable import FRAuth

// All AppIntegrity tests are disabled, until the feature gets released in AM
final class AA_07_AppIntegrityTest: CallbackBaseTest {

static var USERNAME: String = "sdkuser"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class BrowserTests: FRAuthBaseTest {
}


// This test is disabled - see [SDKS-3304]
@available(iOS 13, *)
func test_03_browser_login_already_in_progress_from_another_instance() {

Expand Down Expand Up @@ -321,6 +322,7 @@ class BrowserTests: FRAuthBaseTest {
}


// This test is disabled - see [SDKS-3304]
@available(iOS 13, *)
func test_08_login_auth_session_cancelled() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class FRUserBrowserTests: FRAuthBaseTest {
}


// This test is disabled - see [SDKS-3304]
@available(iOS 13, *)
func test_02_fruser_browser_login_and_logout_success() {

Expand Down Expand Up @@ -84,6 +85,7 @@ class FRUserBrowserTests: FRAuthBaseTest {
}


// This test is disabled - see [SDKS-3304]
@available(iOS 13, *)
func test_03_fruser_browser_login_and_logout_end_session_failure() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,23 @@
BlueprintName = "FRAuthTests"
ReferencedContainer = "container:../FRAuth/FRAuth.xcodeproj">
</BuildableReference>
<SkippedTests>
<Test
Identifier = "AA_07_AppIntegrityTest">
</Test>
<Test
Identifier = "BrowserTests/test_03_browser_login_already_in_progress_from_another_instance()">
</Test>
<Test
Identifier = "BrowserTests/test_08_login_auth_session_cancelled()">
</Test>
<Test
Identifier = "FRUserBrowserTests/test_02_fruser_browser_login_and_logout_success()">
</Test>
<Test
Identifier = "FRUserBrowserTests/test_03_fruser_browser_login_and_logout_end_session_failure()">
</Test>
</SkippedTests>
</TestableReference>
<TestableReference
skipped = "NO">
Expand Down

0 comments on commit 50b02e6

Please sign in to comment.