mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Skip TestWarmup
This commit is contained in:
@@ -53,6 +53,11 @@ namespace UITests_FancyZones
|
||||
AppZoneHistory.DeleteFile();
|
||||
FancyZonesEditorHelper.Files.Restore();
|
||||
|
||||
if (TestContext.TestName == "TestWarmup")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// Session.KillAllProcessesByName("PowerToys");
|
||||
// Thread.Sleep(1000);
|
||||
// ClearOpenWindows();
|
||||
|
||||
Reference in New Issue
Block a user