Disable sleep tests as they are unstable

pull/7009/head
Bartek Szatkowski 2018-05-27 18:17:24 -05:00
parent a1ff22d439
commit 4ae6491fd5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#if !DEVICE_SLEEP
#if 1 || !DEVICE_SLEEP
#error [NOT_SUPPORTED] sleep not supported for this target
#endif