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

Unified Diff: vpython/venv/venv_test.go

Issue 2743523006: Disable flaky test. (Closed)
Patch Set: 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 | « no previous file | 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 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698