We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f919c2 commit 5312242Copy full SHA for 5312242
1 file changed
internal/assertions/compare_test.go
@@ -181,7 +181,7 @@ func TestCompareGreaterAndLessT(t *testing.T) {
181
testAllComparisonT[[]byte](tc)(t)
182
default:
183
// Custom types (like redefined uintptr) - skip, they're tested separately
184
- t.Skip("custom types tested separately")
+ t.Logf("%s: custom types tested separately (got: %T)", t.Name(), tc.less)
185
}
186
})
187
0 commit comments