Skip to content

Commit ebc8136

Browse files
authored
Disabling new test to cut down on noise until it's fixed to work on all versions (#213)
[GitHub Issue](#211)
1 parent 835e3dc commit ebc8136

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/NavigationView/NavigationView_ApiTests/NavigationViewTests.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ public void CanLoadSimpleNavigationView()
366366
#endif
367367

368368
#if !BUILD_WINDOWS
369-
[TestMethod]
369+
// Disabled per GitHub Issue #211
370+
//[TestMethod]
370371
public void VerifyCanNotAddWUXItems()
371372
{
372373
if (!ApiInformation.IsTypePresent("Windows.UI.Xaml.Controls.NavigationViewItem"))

0 commit comments

Comments
 (0)