Skip to content

Commit e40660c

Browse files
dmitshurgopherbot
authored andcommitted
gopls/internal/test/integration/completion: skip a_test.go
For golang/go#74987. Change-Id: I86ed2c86e284bd7d1cf673c8ec7b8b23d8f62c05 Reviewed-on: https://go-review.googlesource.com/c/tools/+/695357 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
1 parent 8866876 commit e40660c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gopls/internal/test/integration/completion/completion18_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ func FuzzHex(f *testing.F) {
109109
}
110110
Run(t, data, func(t *testing.T, env *Env) {
111111
for _, test := range tests {
112+
if test.file == "a_test.go" {
113+
t.Skip("go.dev/issue/74987: needs updating to pass after CL 695417")
114+
}
112115
env.OpenFile(test.file)
113116
env.Await(env.DoneWithOpen())
114117
loc := env.RegexpSearch(test.file, test.pat)

0 commit comments

Comments
 (0)