Skip to content

Commit 385daba

Browse files
committed
Revert "tests/lib/timespec_util: Skip two tests by now"
This reverts commit 8f09262. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
1 parent 963d5c0 commit 385daba

File tree

1 file changed

+0
-4
lines changed
  • tests/lib/timespec_util/src

1 file changed

+0
-4
lines changed

tests/lib/timespec_util/src/main.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,6 @@ static const struct tospec {
420420

421421
ZTEST(timeutil_api, test_timespec_from_timeout)
422422
{
423-
ztest_test_skip(); /* Provisionally disabled until #92158 is fixed */
424-
425423
ARRAY_FOR_EACH(tospecs, i) {
426424
const struct tospec *const tspec = &tospecs[i];
427425
struct timespec actual;
@@ -449,8 +447,6 @@ ZTEST(timeutil_api, test_timespec_from_timeout)
449447

450448
ZTEST(timeutil_api, test_timespec_to_timeout)
451449
{
452-
ztest_test_skip(); /* Provisionally disabled until #92158 is fixed */
453-
454450
ARRAY_FOR_EACH(tospecs, i) {
455451
const struct tospec *const tspec = &tospecs[i];
456452
k_timeout_t actual;

0 commit comments

Comments
 (0)