We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963d5c0 commit 385dabaCopy full SHA for 385daba
tests/lib/timespec_util/src/main.c
@@ -420,8 +420,6 @@ static const struct tospec {
420
421
ZTEST(timeutil_api, test_timespec_from_timeout)
422
{
423
- ztest_test_skip(); /* Provisionally disabled until #92158 is fixed */
424
-
425
ARRAY_FOR_EACH(tospecs, i) {
426
const struct tospec *const tspec = &tospecs[i];
427
struct timespec actual;
@@ -449,8 +447,6 @@ ZTEST(timeutil_api, test_timespec_from_timeout)
449
447
450
448
ZTEST(timeutil_api, test_timespec_to_timeout)
451
452
453
454
455
456
k_timeout_t actual;
0 commit comments