Skip to content

Commit 5312242

Browse files
committed
test: replaced skip by just a log of tests that do not use this switch
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 4f919c2 commit 5312242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/assertions/compare_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func TestCompareGreaterAndLessT(t *testing.T) {
181181
testAllComparisonT[[]byte](tc)(t)
182182
default:
183183
// Custom types (like redefined uintptr) - skip, they're tested separately
184-
t.Skip("custom types tested separately")
184+
t.Logf("%s: custom types tested separately (got: %T)", t.Name(), tc.less)
185185
}
186186
})
187187
}

0 commit comments

Comments
 (0)