Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: vpython/venv/venv_test.go

Issue 2744933003: Re-enable vpython/venv's TestVirtualEnv. (Closed)
Patch Set: better comment Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vpython/venv/venv_resources_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vpython/venv/venv_test.go
diff --git a/vpython/venv/venv_test.go b/vpython/venv/venv_test.go
index 638005d39bc79c264f498d9edb8f5d47193be61c..7da02cc13ae2179a4a52724a79ec5673d5a09906 100644
--- a/vpython/venv/venv_test.go
+++ b/vpython/venv/venv_test.go
@@ -179,9 +179,6 @@ 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
« no previous file with comments | « vpython/venv/venv_resources_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698