How to run all tests except those matching a pattern

Run all tests except those called TestSelect...:

go test -run "Test[^Select]"