diff --git a/gopls/internal/test/marker/testdata/diagnostics/addgowork.txt b/gopls/internal/test/marker/testdata/diagnostics/addgowork.txt index 729547af412..5fbd890e65f 100644 --- a/gopls/internal/test/marker/testdata/diagnostics/addgowork.txt +++ b/gopls/internal/test/marker/testdata/diagnostics/addgowork.txt @@ -5,9 +5,13 @@ Quick-fixes change files on disk, so are tested by integration tests. TODO(rfindley): improve the "cannot find package" import errors. -- skip -- -Skipping due to go.dev/issue/60584#issuecomment-1622238115. -There appears to be a real race in the critical error logic causing this test -to flake with high frequency. +These diagnostics are no longer produced, because in golang/go#57979 +(zero-config gopls) we made gopls function independent of a go.work file. +Preserving this test as we may want to re-enable the code actions go manage +a go.work file. + +Note that in go.dev/issue/60584#issuecomment-1622238115, this test was flaky. +However, critical error logic has since been rewritten. -- a/go.mod -- module mod.com/a