aboutsummaryrefslogtreecommitdiff
path: root/cmd/golangorg/server_test.go
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2026-04-07 17:03:20 -0400
committerGopher Robot <gobot@golang.org>2026-04-07 14:19:52 -0700
commita72b917a3cc89969c4421ce8abd1ee9bb3efbb95 (patch)
tree2e75ff55be2095e32e840b69755b9a215868802d /cmd/golangorg/server_test.go
parent285c85c039cb6b303f490518a88560b826134fcf (diff)
downloadgo-x-website-a72b917a3cc89969c4421ce8abd1ee9bb3efbb95.tar.xz
cmd/golangorg: temporarily skip check for "{{raw <code>" bad escaping
Even though the deployed version of go.dev/doc/godebug no longer has the "{{raw <code>" bad escaping, TestAll still fails during the deploy process. This is because it turns out that it doesn't use the same _goroot.zip file that the website uses to serve content. Instead, it uses GOROOT from the go version used to run the tests, and that version doesn't have the fixed godebug.md yet. For now, to fix the deploy process breakage sooner, disable the check that was recently added in CL 746741. For golang/go#78211. Change-Id: I5052f6ef2bc283e8751dca39f5131eb66c67cff3 Reviewed-on: https://go-review.googlesource.com/c/website/+/763740 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: David Chase <drchase@google.com>
Diffstat (limited to 'cmd/golangorg/server_test.go')
-rw-r--r--cmd/golangorg/server_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/golangorg/server_test.go b/cmd/golangorg/server_test.go
index 24ef46e0..31594689 100644
--- a/cmd/golangorg/server_test.go
+++ b/cmd/golangorg/server_test.go
@@ -48,7 +48,7 @@ var bads = []string{
" < ",
"<-",
"& ",
- "{{raw <code>",
+ //"{{raw <code>", // TODO(go.dev/issue/78211,dmitshur): Disabled because it breaks testing during the deploy process (the _goroot.zip file isn't passed to tests).
}
var ignoreBads = []string{