Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
[UWP] uncomment tests that are now passing for 3188 (#3723)
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen authored and rmarinho committed Sep 6, 2018
1 parent d6aba79 commit 3a0cccc
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,11 @@ public async Task SwapMainPageOut()
await TestForSuccess(RunningApp, typeof(Issue2338_MasterDetailsPage_ContentPage));
await TestForSuccess(RunningApp, typeof(Issue2338_MasterDetailsPage_NavigationPage));

#if !__WINDOWS__ && !__IOS__
#if !__IOS__
await TestForSuccess(RunningApp, typeof(Issue2338_Ctor));
#endif
await TestForSuccess(RunningApp, typeof(Issue2338_Ctor_MultipleChanges));

#if !__WINDOWS__
await TestForSuccess(RunningApp, typeof(Issue2338_TabbedPage));
#endif

#if !__IOS__
await TestForSuccess(RunningApp, typeof(Issue2338_MasterDetailsPage));
Expand Down

0 comments on commit 3a0cccc

Please sign in to comment.