mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
Temporarily removed a test with huge running time on Azure (#1591)
This commit is contained in:
@@ -99,6 +99,7 @@ namespace FancyZonesUnitTests
|
||||
Assert::AreEqual(expectedCount, counter.load());
|
||||
}
|
||||
|
||||
/*
|
||||
TEST_METHOD(RunDestroy)
|
||||
{
|
||||
auto actual = MakeFancyZones(m_hInst, m_settings);
|
||||
@@ -126,6 +127,7 @@ namespace FancyZonesUnitTests
|
||||
|
||||
Assert::AreEqual(expectedCount, counter.load());
|
||||
}
|
||||
*/
|
||||
};
|
||||
|
||||
TEST_CLASS(FancyZonesIZoneWindowHostUnitTests)
|
||||
|
||||
Reference in New Issue
Block a user