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 5aaaeb7 commit 8cfbfc5Copy full SHA for 8cfbfc5
tests/lib/timespec_util/src/main.c
@@ -419,8 +419,6 @@ static const struct tospec {
419
420
ZTEST(timeutil_api, test_timespec_from_timeout)
421
{
422
- ztest_test_skip(); /* Provisionally disabled until #92158 is fixed */
423
-
424
ARRAY_FOR_EACH(tospecs, i) {
425
const struct tospec *const tspec = &tospecs[i];
426
struct timespec actual;
@@ -448,8 +446,6 @@ ZTEST(timeutil_api, test_timespec_from_timeout)
448
446
449
447
ZTEST(timeutil_api, test_timespec_to_timeout)
450
451
452
453
454
455
k_timeout_t actual;
0 commit comments