mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Disabled FancyZones unit tests related to disabled features (#1728)
This commit is contained in:
@@ -506,7 +506,7 @@ namespace FancyZonesUnitTests
|
||||
Assert::IsFalse(m_fzCallback->OnKeyDown(&input));
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
TEST_METHOD (OnKeyDownWinCtrlPressed)
|
||||
{
|
||||
sendKeyboardInput(VK_LWIN);
|
||||
@@ -538,5 +538,6 @@ namespace FancyZonesUnitTests
|
||||
Assert::IsFalse(m_fzCallback->OnKeyDown(&input));
|
||||
}
|
||||
}
|
||||
*/
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user