From e9007300f6f18dc8f166021cfa509cd76f89d34d Mon Sep 17 00:00:00 2001 From: Yahav Itzhak Date: Wed, 4 Oct 2023 14:29:33 +0300 Subject: [PATCH] Temporary skip Pipenv tests (#2237) --- pipenv_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pipenv_test.go b/pipenv_test.go index f5b7b9bc6..5293e5a6e 100644 --- a/pipenv_test.go +++ b/pipenv_test.go @@ -20,6 +20,7 @@ import ( func TestPipenvInstall(t *testing.T) { // Init pipenv test. initPipenvTest(t) + tests.SkipKnownFailingTest(t) // Populate cli config with 'default' server. oldHomeDir, newHomeDir := prepareHomeDir(t)