Skip to content

Commit d1c4916

Browse files
test: Skip flaky user feedback UITests (#6289)
Disable the user feedback tests that assert the latest envelope content, as this approach is unreliable. The assertion relies on retrieving the latest envelope, which the transport often sends, causing it to be missing and resulting in a test failure.
1 parent 9a32d52 commit d1c4916

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Plans/iOS-Swift_Base.xctestplan

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
},
2020
"testTargets" : [
2121
{
22+
"skippedTests" : [
23+
"UserFeedbackUITests\/testAddingAndRemovingScreenshots()",
24+
"UserFeedbackUITests\/testAddingScreenshots()",
25+
"UserFeedbackUITests\/testSubmitCustomButton()",
26+
"UserFeedbackUITests\/testSubmitFullyFilledCustomForm()",
27+
"UserFeedbackUITests\/testSubmitFullyFilledForm()"
28+
],
2229
"target" : {
2330
"containerPath" : "container:iOS-Swift.xcodeproj",
2431
"identifier" : "0217293F044A3AEED8E37A25",

0 commit comments

Comments
 (0)