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

[UWP] uncomment tests that are now passing for 3188 #3723

Merged
merged 1 commit into from
Sep 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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