瀏覽代碼

Skip flaky test for now.

Steven Kirk 2 年之前
父節點
當前提交
50a368eaa1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Avalonia.IntegrationTests.Appium/WindowTests_MacOS.cs

+ 1 - 1
tests/Avalonia.IntegrationTests.Appium/WindowTests_MacOS.cs

@@ -56,7 +56,7 @@ namespace Avalonia.IntegrationTests.Appium
             }
         }
 
-        [PlatformFact(TestPlatforms.MacOS)]
+        [PlatformFact(TestPlatforms.MacOS, Skip = "Flaky test, skip for now")]
         public void WindowOrder_Modal_Dialog_Stays_InFront_Of_Parent_When_Clicking_Resize_Grip()
         {
             var mainWindow = GetWindow("MainWindow");