Skip to content

Commit

Permalink
Merge pull request #88 from deeglaze/skip
Browse files Browse the repository at this point in the history
Actually skip skipped test
  • Loading branch information
deeglaze authored Sep 29, 2023
2 parents 233e929 + af98628 commit 1265664
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 1265664

Please sign in to comment.