From d594b18bc2de2b1fa013be40719f3b6a51699b44 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Thu, 13 Jun 2024 14:49:03 +0000 Subject: [PATCH] backport of commit 3b9d3845c31b5db25ffe5022314246e6210c13f4 --- packer_test/commands_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packer_test/commands_test.go b/packer_test/commands_test.go index 6537698ba..fa6520996 100644 --- a/packer_test/commands_test.go +++ b/packer_test/commands_test.go @@ -38,6 +38,10 @@ func (ts *PackerTestSuite) PackerCommand() *packerCommand { // case of Panic will fail to be created (unless tests // are running as Administrator, but please don't). "TMP": os.TempDir(), + // Since those commands are used to run tests, we want to + // make them as self-contained and quick as possible. + // Removing telemetry here is probably for the best. + "CHECKPOINT_DISABLE": "1", }, t: ts.T(), }