How to run all tests except those matching a pattern March 2, 2021 Run all tests except those called TestSelect...: go test -run "Test[^Select]"