google / go-sev-guest

go-sev-guest offers a library to wrap the /dev/sev-guest device in Linux, as well as a library for attestation verification of fundamental components of an attestation report.
Apache License 2.0
52 stars 19 forks source link

Return after t.Skip() #86

Closed deeglaze closed 1 year ago

deeglaze commented 1 year ago

The skip call is just for noting in the test output that the test was skipped. We need to return from the test function to actually skip the testing logic.