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 2022 commit e1b364a

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Oct 18, 2023
1 parent 0be27cc commit e77efb9
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 e77efb9

Please sign in to comment.