Skip to content

Commit 8cfbfc5

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 5aaaeb7 commit 8cfbfc5

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
@@ -419,8 +419,6 @@ static const struct tospec {
419419

420420
ZTEST(timeutil_api, test_timespec_from_timeout)
421421
{
422-
ztest_test_skip(); /* Provisionally disabled until #92158 is fixed */
423-
424422
ARRAY_FOR_EACH(tospecs, i) {
425423
const struct tospec *const tspec = &tospecs[i];
426424
struct timespec actual;
@@ -448,8 +446,6 @@ ZTEST(timeutil_api, test_timespec_from_timeout)
448446

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

0 commit comments

Comments
 (0)