Skip to content

Commit

Permalink
packer_test: disable checkpoint for test cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Jun 13, 2024
1 parent d86199e commit 3b62757
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packer_test/lib/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,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(),
}
Expand Down

0 comments on commit 3b62757

Please sign in to comment.