| Index: vpython/venv/venv_test.go
|
| diff --git a/vpython/venv/venv_test.go b/vpython/venv/venv_test.go
|
| index 7da02cc13ae2179a4a52724a79ec5673d5a09906..638005d39bc79c264f498d9edb8f5d47193be61c 100644
|
| --- a/vpython/venv/venv_test.go
|
| +++ b/vpython/venv/venv_test.go
|
| @@ -179,6 +179,9 @@ func testVirtualEnvWith(t *testing.T, ri *resolvedInterpreter) {
|
| func TestVirtualEnv(t *testing.T) {
|
| t.Parallel()
|
|
|
| + // TODO(dnj): Identify flake and fix.
|
| + t.Skip("Test is currently flaky, will re-enable once resolved.")
|
| +
|
| for _, tc := range []struct {
|
| name string
|
| ri *resolvedInterpreter
|
|
|