diff --git a/FRAuth/FRAuthTests/FRAuthSwiftTests/E2ETests/Callback-Live/AA_07_AppIntegrityTest.swift b/FRAuth/FRAuthTests/FRAuthSwiftTests/E2ETests/Callback-Live/AA_07_AppIntegrityTest.swift index 7a033fe3..30a64c51 100644 --- a/FRAuth/FRAuthTests/FRAuthSwiftTests/E2ETests/Callback-Live/AA_07_AppIntegrityTest.swift +++ b/FRAuth/FRAuthTests/FRAuthSwiftTests/E2ETests/Callback-Live/AA_07_AppIntegrityTest.swift @@ -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" diff --git a/FRAuth/FRAuthTests/FRAuthSwiftTests/FRAuth/Browser/BrowserTests.swift b/FRAuth/FRAuthTests/FRAuthSwiftTests/FRAuth/Browser/BrowserTests.swift index bf6f60fb..f7297636 100644 --- a/FRAuth/FRAuthTests/FRAuthSwiftTests/FRAuth/Browser/BrowserTests.swift +++ b/FRAuth/FRAuthTests/FRAuthSwiftTests/FRAuth/Browser/BrowserTests.swift @@ -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() { @@ -321,6 +322,7 @@ class BrowserTests: FRAuthBaseTest { } + // This test is disabled - see [SDKS-3304] @available(iOS 13, *) func test_08_login_auth_session_cancelled() { diff --git a/FRAuth/FRAuthTests/FRAuthSwiftTests/FRAuth/Model/User/FRUserBrowserTests.swift b/FRAuth/FRAuthTests/FRAuthSwiftTests/FRAuth/Model/User/FRUserBrowserTests.swift index 4f577708..ebe3f340 100644 --- a/FRAuth/FRAuthTests/FRAuthSwiftTests/FRAuth/Model/User/FRUserBrowserTests.swift +++ b/FRAuth/FRAuthTests/FRAuthSwiftTests/FRAuth/Model/User/FRUserBrowserTests.swift @@ -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() { @@ -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() { diff --git a/FRTestHost/FRTestHost.xcodeproj/xcshareddata/xcschemes/FRTestHost.xcscheme b/FRTestHost/FRTestHost.xcodeproj/xcshareddata/xcschemes/FRTestHost.xcscheme index 46f82f13..0507ccc3 100644 --- a/FRTestHost/FRTestHost.xcodeproj/xcshareddata/xcschemes/FRTestHost.xcscheme +++ b/FRTestHost/FRTestHost.xcodeproj/xcshareddata/xcschemes/FRTestHost.xcscheme @@ -201,6 +201,23 @@ BlueprintName = "FRAuthTests" ReferencedContainer = "container:../FRAuth/FRAuth.xcodeproj"> + + + + + + + + + + + +