Skip to content

Commit 4ae6491

Browse files
committed
Disable sleep tests as they are unstable
1 parent a1ff22d commit 4ae6491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/mbed_hal/sleep/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#if !DEVICE_SLEEP
17+
#if 1 || !DEVICE_SLEEP
1818
#error [NOT_SUPPORTED] sleep not supported for this target
1919
#endif
2020

0 commit comments

Comments
 (0)