Skip to content

Commit

Permalink
Actually skip skipped test
Browse files Browse the repository at this point in the history
Hardware tests fail without this.

Signed-off-by: Dionna Glaze <[email protected]>
  • Loading branch information
deeglaze committed Sep 29, 2023
1 parent 233e929 commit af98628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verify/verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ func TestOpenGetExtendedReportVerifyClose(t *testing.T) {
for _, tc := range tests {
if testclient.SkipUnmockableTestCase(&tc) {
t.Run(tc.Name, func(t *testing.T) { t.Skip() })
continue
}
for _, getReport := range reportGetters {
t.Run(tc.Name+"_"+getReport.name, func(t *testing.T) {
Expand Down

0 comments on commit af98628

Please sign in to comment.