go-junit-report/testdata/003-skip.txt
2022-03-27 23:55:59 +01:00

8 lines
157 B
Plaintext

=== RUN TestOne
--- SKIP: TestOne (0.02 seconds)
file_test.go:11: Skip message
=== RUN TestTwo
--- PASS: TestTwo (0.13 seconds)
PASS
ok package/name 0.150s