File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -895,10 +895,15 @@ func init() {
895
895
numTestHelpers : 6 , // As of 2017/05/16, 3 helpers are needed for tests and 3 more for benchmarks to complete in 5m.
896
896
RunBench : true ,
897
897
})
898
- addBuilder (BuildConfig {
899
- Name : "linux-amd64-alpine" ,
900
- HostType : "host-linux-x86-alpine" ,
901
- })
898
+
899
+ const testAlpine = false // Issue 22689 (hide all red builders), Issue 19938 (get Alpine passing)
900
+ if testAlpine {
901
+ addBuilder (BuildConfig {
902
+ Name : "linux-amd64-alpine" ,
903
+ HostType : "host-linux-x86-alpine" ,
904
+ })
905
+ }
906
+
902
907
// Add the -vetall builder. The builder name suffix "-vetall" is recognized by cmd/dist/test.go
903
908
// to only run the "go vet std cmd" test and no others.
904
909
addBuilder (BuildConfig {
You can’t perform that action at this time.
0 commit comments