diff options
Diffstat (limited to 'cmd/golangorg/server_test.go')
| -rw-r--r-- | cmd/golangorg/server_test.go | 2 |
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{ |
