Skip to content

Commit 25fdb81

Browse files
committed
gopls/internal/regtest/misc: skip vendor test on go1.13
To investigate why changing the minimum go version to go1.13 (and updating the sums) isn't a fix would be a waste of time since our support for 1.13 is about to go away. Change-Id: I12ee02faf617318da4733e600ef6312c3ee2865e Reviewed-on: https://go-review.googlesource.com/c/tools/+/454795 Auto-Submit: Alan Donovan <adonovan@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Alan Donovan <adonovan@google.com> Reviewed-by: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com>
1 parent e0b516b commit 25fdb81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gopls/internal/regtest/misc/definition_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ func TestGoToCrashingDefinition_Issue49223(t *testing.T) {
293293
// correct metadata even after an external 'go mod vendor' command
294294
// causes packages to move; see issue #55995.
295295
func TestVendoringInvalidatesMetadata(t *testing.T) {
296+
testenv.NeedsGo1Point(t, 14)
296297
const proxy = `
297298
-- other.com/b@v1.0.0/go.mod --
298299
module other.com/b

0 commit comments

Comments
 (0)