Skip to content

Commit

Permalink
revert testDoubleSkipAfterRepeat and testRepeat add repeat if failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sofbix committed Mar 7, 2024
1 parent a8770da commit 03f1f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Example/NavigationExample/AllTestPlan.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
}
],
"defaultOptions" : {
"diagnosticCollectionPolicy" : "Always",
"environmentVariableEntries" : [

],
"testRepetitionMode" : "retryOnFailure",
"testTimeoutsEnabled" : true
},
"testTargets" : [
Expand All @@ -31,8 +33,6 @@
"skippedTests" : [
"ActionUrlUITests\/testDoubleNavigation()",
"RootUITests\/testDoubleNavigation()",
"SkipUITests\/testDoubleSkipAfterRepeat()",
"SkipUITests\/testRepeat()",
"TabUITests\/testTabBarInDoubleNavigation()"
],
"target" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ final class SkipUITests: XCTestCase {
.checkRootMessage(tapOK: true)
}

// Not stable on iOS 17.2
func testDoubleSkipAfterRepeat() throws {
let app = XCUIApplication.launchEn
MainView(app: app)
Expand Down Expand Up @@ -222,7 +221,6 @@ final class SkipUITests: XCTestCase {
.checkThis()
}

// Not stable on iOS 16.4
func testRepeat() throws {
let app = XCUIApplication.launchEn
MainView(app: app)
Expand Down

0 comments on commit 03f1f08

Please sign in to comment.