mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
tests: disable shutdown and hysteresis for Cygwin
It seems that the hysteresis test fails every now and then, presumably due to timing issues. The tests needs some improvements, e.g. isolating it from the system time.
This commit is contained in:
@@ -44,7 +44,9 @@ endif()
|
||||
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL "CYGWIN")
|
||||
list(REMOVE_ITEM tests
|
||||
hysteresis # Intermittent timing fails.
|
||||
uorb
|
||||
shutdown # A mystery why it fails.
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user