Skip to content

Commit

Permalink
Fix Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ccressent committed May 30, 2024
1 parent cbb50ad commit 104990f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-script/test/install_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func TestInstallScript(t *testing.T) {
},
preActions: []checkFunc{preActionStartInstallationLogsMockReceiver},
postChecks: []checkFunc{checkInstallationLogsReceived},
installCode: 1,
},
{
name: "installation telemetry can be disabled",
Expand All @@ -163,6 +164,7 @@ func TestInstallScript(t *testing.T) {
},
preActions: []checkFunc{preActionStartInstallationLogsMockReceiver},
postChecks: []checkFunc{checkInstallationLogsNotReceived},
installCode: 1,
},
} {
t.Run(spec.name, func(t *testing.T) {
Expand Down

0 comments on commit 104990f

Please sign in to comment.