Skip to content

Commit

Permalink
re add local cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-mateen committed Apr 19, 2024
1 parent 3ec86c4 commit c0905ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/canary/canary_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func init() {
// TestCanary verifies downloading, installing, and starting the agent.
// Reports metrics for each failure type.
func TestCanary(t *testing.T) {
//defer setupCron()
defer setupCron()
// Don't care if uninstall fails. Agent might not be installed anyways.
_ = common.UninstallAgent(common.RPM)
// S3 keys always use backslash, so split on that to get filename.
Expand Down

0 comments on commit c0905ea

Please sign in to comment.