diff --git a/gopls/internal/regtest/bench/iwl_test.go b/gopls/internal/regtest/bench/iwl_test.go index 974fc1eb1c8..352078e7f70 100644 --- a/gopls/internal/regtest/bench/iwl_test.go +++ b/gopls/internal/regtest/bench/iwl_test.go @@ -16,6 +16,11 @@ import ( // BenchmarkInitialWorkspaceLoad benchmarks the initial workspace load time for // a new editing session. func BenchmarkInitialWorkspaceLoad(b *testing.B) { + if testing.Short() { + // TODO(rfindley): remove this skip once the released gopls version + // supports the memstats command. + b.Skip("temporarily skipping as baseline gopls versions do not support the memstats command") + } tests := []struct { repo string file string