aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/dist/test.go')
-rw-r--r--src/cmd/dist/test.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
index 955ce2a063..4f081c9f88 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -727,14 +727,6 @@ func (t *tester) registerTests() {
}
}
- // Doc tests only run on builders.
- // They find problems approximately never.
- if goos != "js" && goos != "android" && !t.iOS() && os.Getenv("GO_BUILDER_NAME") != "" {
- t.registerTest("doc_progs", "../doc/progs", "go", "run", "run.go")
- t.registerTest("wiki", "../doc/articles/wiki", t.goTest(), ".")
- t.registerTest("codewalk", "../doc/codewalk", t.goTest(), "codewalk_test.go")
- }
-
if goos != "android" && !t.iOS() {
// There are no tests in this directory, only benchmarks.
// Check that the test binary builds but don't bother running it.