Skip to content

Commit

Permalink
Disabling new test to cut down on noise until it's fixed to work on a…
Browse files Browse the repository at this point in the history
…ll versions (#213)

[GitHub Issue](#211)
  • Loading branch information
chrisglein authored Jan 22, 2019
1 parent f5a3852 commit df346a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ public void CanLoadSimpleNavigationView()
#endif

#if !BUILD_WINDOWS
[TestMethod]
// Disabled per GitHub Issue #211
//[TestMethod]
public void VerifyCanNotAddWUXItems()
{
if (!ApiInformation.IsTypePresent("Windows.UI.Xaml.Controls.NavigationViewItem"))
Expand Down

0 comments on commit df346a6

Please sign in to comment.