Skip TestWarmup

This commit is contained in:
Gleb Khmyznikov
2025-12-07 10:37:30 -08:00
parent ce3f4e9b4a
commit 02f2e8fd8d

View File

@@ -53,6 +53,11 @@ namespace UITests_FancyZones
AppZoneHistory.DeleteFile();
FancyZonesEditorHelper.Files.Restore();
if (TestContext.TestName == "TestWarmup")
{
return;
}
// Session.KillAllProcessesByName("PowerToys");
// Thread.Sleep(1000);
// ClearOpenWindows();