Of 6 tests executed in 0.400s, 4 succeeded, 1 failed, and 1 was skipped.

In suite "package/name/nested", test case "TestOne" failed:
=== RUN   TestOne
--- FAIL: TestOne (0.02 seconds)
	file_test.go:11: Error message
	file_test.go:11: Longer
		error
		message.

In suite "package/name/nested", test case "TestTwo" was skipped:
=== RUN   TestTwo
--- SKIP: TestTwo (0.03 seconds)
	file_test.go:11: Skip message
PASS

