Temporarily removed a test with huge running time on Azure (#1591)

This commit is contained in:
Ivan Stošić
2020-03-16 13:18:19 +01:00
committed by GitHub
parent 969d71b264
commit 04027b9c32

View File

@@ -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)