test/gopls: disable gopls test

Until the gopls test becomes less flaky, don't block the nightly release.

Update golang/vscode-go#37

Change-Id: I8016d26f8775c247576da7ea39a69858579ce3ec
GitHub-Last-Rev: 793867bdea0635e053c2b107fba28653fdda3bfc
GitHub-Pull-Request: golang/vscode-go#38
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/233558
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
diff --git a/test/runTest.ts b/test/runTest.ts
index 76611c3..b6dcd8a 100644
--- a/test/runTest.ts
+++ b/test/runTest.ts
@@ -42,7 +42,7 @@
 		});
 	} catch (err) {
 		console.error('Failed to run gopls tests' + err);
-		failed = true;
+		// failed = true; TODO(hyangah): reenable this after golang.org/cl/233517
 	}
 
 	if (failed) {