=== RUN   TestSomething
    TestSomething: my_test.go:8: This thing is also here
    TestSomething: my_test.go:9: This test is skipped
--- SKIP: TestSomething (0.00s)
=== RUN   TestPass
    TestPass: my_test.go:13: This is passing
--- PASS: TestPass (0.00s)
=== RUN   TestFail
    TestFail: my_test.go:17: This test is going to fail.
--- FAIL: TestFail (0.00s)
FAIL