// +build unusual package caesar import ( "testing" ) func TestUnusual(t *testing.T) { t.Fatalf("Here is a test I never really want to run") }