Skip to content

Commit

Permalink
verify-kernel-boot-log.sh: re-enable on ADL
Browse files Browse the repository at this point in the history
Logical revert of 2021 commit e1b364a

Signed-off-by: Marc Herbert <[email protected]>
  • Loading branch information
marc-hb committed Oct 20, 2023
1 parent e4dd610 commit 27afc5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test-case/verify-kernel-boot-log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ main()

platform=$(sof-dump-status.py -p)
case "$platform" in
adl)
skip_test "internal #99: missing GPU firmware and others on $platform"
lnl)
# Example kept for convenience
# skip_test "internal #99: missing GPU firmware and others on $platform"
;;
esac

Expand Down

0 comments on commit 27afc5e

Please sign in to comment.