cmd/golangorg/testdata: comment out playground snippet tests

These tests are causing the go.dev deployment to fail due to
golang/go#65081.

Change-Id: I3585079098064680ef1a65494e7bc7c272956fa8
Reviewed-on: https://go-review.googlesource.com/c/website/+/556096
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Auto-Submit: Robert Findley <rfindley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/cmd/golangorg/testdata/live.txt b/cmd/golangorg/testdata/live.txt
index 20470be..e1964c7 100644
--- a/cmd/golangorg/testdata/live.txt
+++ b/cmd/golangorg/testdata/live.txt
@@ -47,21 +47,24 @@
 	body=package main; import ("fmt"; "time"); func main() {fmt.Print("A"); time.Sleep(time.Second); fmt.Print("B")}
 body == {"Errors":"","Events":[{"Message":"A","Kind":"stdout","Delay":0},{"Message":"B","Kind":"stdout","Delay":1000000000}],"VetErrors":""}
 
-POST https://golang.org/share
-postbody
-	package main
-body !contains UA-
+# Assertions below are commented out due to
+# golang/go#65081: snippets fail due to a GCP bug.
 
-POST https://go.dev/_/share
-postbody
-	package main
-body !contains UA-
+# POST https://golang.org/share
+# postbody
+# 	package main
+# body !contains UA-
 
-GET https://go.dev/play/p/MAohLsrz7JQ.go
-header Content-Type == text/plain; charset=utf-8
-body !contains The Go Playground
-body !contains About the Playground
-body contains Hello, 世界
+# POST https://go.dev/_/share
+# postbody
+# 	package main
+# body !contains UA-
+
+# GET https://go.dev/play/p/MAohLsrz7JQ.go
+# header Content-Type == text/plain; charset=utf-8
+# body !contains The Go Playground
+# body !contains About the Playground
+# body contains Hello, 世界
 
 GET https://go.dev/wiki/Comments
 body contains Go Wiki: Comments