Skip to content

Commit

Permalink
Bug 1506541 - XCUITests disable iPad tests for Smoketest and Integrat…
Browse files Browse the repository at this point in the history
…ion schemes (#4365)
  • Loading branch information
isabelrios committed Nov 14, 2018
1 parent 93c5213 commit 898fa2b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Expand Up @@ -313,6 +313,9 @@
<Test
Identifier = "DownloadFilesTests">
</Test>
<Test
Identifier = "DragAndDropTestIpad">
</Test>
<Test
Identifier = "DragAndDropTests">
</Test>
Expand Down Expand Up @@ -604,6 +607,9 @@
<Test
Identifier = "TopTabsTest/testSwitchBetweenTabs()">
</Test>
<Test
Identifier = "TopTabsTestIpad">
</Test>
<Test
Identifier = "TopTabsTestIpad/testUpdateTabCounter()">
</Test>
Expand Down
Expand Up @@ -229,6 +229,9 @@
<Test
Identifier = "DownloadFilesTests">
</Test>
<Test
Identifier = "DragAndDropTestIpad">
</Test>
<Test
Identifier = "DragAndDropTests">
</Test>
Expand Down Expand Up @@ -301,6 +304,9 @@
<Test
Identifier = "PrivateBrowsingTest/testiPadDirectAccessPrivateModeBrowserTab()">
</Test>
<Test
Identifier = "PrivateBrowsingTestIpad">
</Test>
<Test
Identifier = "ReaderViewTest">
</Test>
Expand Down Expand Up @@ -328,6 +334,9 @@
<Test
Identifier = "SyncUITests">
</Test>
<Test
Identifier = "TabTraySearchTabsTests">
</Test>
<Test
Identifier = "ThirdPartySearchTest">
</Test>
Expand All @@ -349,6 +358,12 @@
<Test
Identifier = "TopTabsTest/testCloseTabFromPageOptionsMenu()">
</Test>
<Test
Identifier = "TopTabsTestIpad">
</Test>
<Test
Identifier = "TopTabsTestIphone">
</Test>
<Test
Identifier = "TrackingProtectionTests">
</Test>
Expand Down

0 comments on commit 898fa2b

Please sign in to comment.