From 01c05ae70cb63f86212cc07f6f7f93a51b67af2e Mon Sep 17 00:00:00 2001 From: Thomas Piccirello Date: Mon, 9 Oct 2023 22:27:27 -0700 Subject: [PATCH] chore: disabling checking for updates when running tests --- tests/e2e.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e.sh b/tests/e2e.sh index 34ecefae..83137135 100755 --- a/tests/e2e.sh +++ b/tests/e2e.sh @@ -9,6 +9,8 @@ export DOPPLER_SCRIPTS_DIR="$DIR/../scripts" export DOPPLER_PROJECT="cli" export DOPPLER_CONFIG="e2e" +export DOPPLER_ENABLE_VERSION_CHECK=false + # Run tests "$DIR/e2e/secrets-download-fallback.sh" "$DIR/e2e/secrets-substitute.sh"