Skip to content

Commit

Permalink
test/gopls: reenable gopls test
Browse files Browse the repository at this point in the history
The actual fixe was in https://golang.org/cl/234719
This reverts https://golang.org/cl/233558

Fixes golang#37

Change-Id: Ib7dda6932716a4172a1e6f422769de240f22ee4e

Change-Id: Ib7dda6932716a4172a1e6f422769de240f22ee4e
GitHub-Last-Rev: dad252a
GitHub-Pull-Request: golang#132
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/235520
Reviewed-by: Rebecca Stambler <[email protected]>
  • Loading branch information
hyangah committed May 29, 2020
1 parent c3ad728 commit db7bcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function main() {
});
} catch (err) {
console.error('Failed to run gopls tests' + err);
// failed = true; TODO(hyangah): reenable this after golang.org/cl/233517
failed = true;
}

if (failed) {
Expand Down

0 comments on commit db7bcb3

Please sign in to comment.