From 4468528f4e2089defa921df2cf140ab6c44cbbab Mon Sep 17 00:00:00 2001 From: Stephen L Peters Date: Wed, 12 Aug 2020 13:28:49 -0700 Subject: [PATCH] Disable TabViewTests.GamePadTest on RS2 (#3094) --- dev/TabView/InteractionTests/TabViewTests.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev/TabView/InteractionTests/TabViewTests.cs b/dev/TabView/InteractionTests/TabViewTests.cs index ac7df761f9..9efda67d4b 100644 --- a/dev/TabView/InteractionTests/TabViewTests.cs +++ b/dev/TabView/InteractionTests/TabViewTests.cs @@ -537,6 +537,12 @@ public void CloseButtonOverlayModeTests() [TestMethod] public void GamePadTest() { + if (PlatformConfiguration.IsOSVersionLessThan(OSVersion.Redstone3)) + { + // Disabled on RS2 for reliability issues: https://github.com/microsoft/microsoft-ui-xaml/issues/3093 + Log.Warning("This test is unreliable on RS2 and has been disabled."); + return; + } using (var setup = new TestSetupHelper("TabView Tests")) { Button tabContent = FindElement.ByName