esp32/test: temporarily disable test for light sleep duration

Until the issue in CI is debugged
This commit is contained in:
Ivan Grokhotkov
2018-05-11 18:14:13 +08:00
parent b840a09900
commit 1b7ed6455b

View File

@@ -127,7 +127,7 @@ TEST_CASE("light sleep stress test with periodic esp_timer", "[deepsleep]")
#endif #endif
TEST_CASE("light sleep duration is correct", "[deepsleep]") TEST_CASE("light sleep duration is correct", "[deepsleep][ignore]")
{ {
// don't power down XTAL — powering it up takes different time on // don't power down XTAL — powering it up takes different time on
// different boards // different boards