Skip to content

Commit

Permalink
gopls/internal/regtest: skip TestDeleteModule_Interdependent
Browse files Browse the repository at this point in the history
This test is flaky due to orphaned file reloading. Since it is for an
experimental feature, skip it until we understand the problem.

For golang/go#46375
Updates golang/go#46183

Change-Id: Id6b369f2b61730c8503e3532547708f7689343c3
Reviewed-on: https://go-review.googlesource.com/c/tools/+/322649
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
  • Loading branch information
findleyr committed May 25, 2021
1 parent acaf218 commit a3eb095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gopls/internal/regtest/workspace/workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ func main() {
// This change tests that the version of the module used changes after it has
// been deleted from the workspace.
func TestDeleteModule_Interdependent(t *testing.T) {
t.Skip("Skipping due to golang/go#46375: race due to orphaned file reloading")

const multiModule = `
-- moda/a/go.mod --
module a.com
Expand Down

0 comments on commit a3eb095

Please sign in to comment.