Skip to content

Commit

Permalink
Applied proposed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Oct 7, 2024
1 parent ca1275f commit 8667929
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testing/integration/linux_deb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ func TestDebFleetUpgrade(t *testing.T) {
out, err := cmd.CombinedOutput() // #nosec G204 -- Need to pass in name of package
require.NoError(t, err, string(out))

cmd2 := exec.CommandContext(ctx, "sudo", "systemctl", "start", "elastic-agent")
out2, err := cmd2.CombinedOutput() // #nosec G204 -- Need to pass in name of package
require.NoError(t, err, string(out2))

// 4. Wait for version in Fleet to match
// Fleet will not include the `-SNAPSHOT` in the `GetAgentVersion` result
noSnapshotVersion := strings.TrimSuffix(define.Version(), "-SNAPSHOT")
Expand Down

0 comments on commit 8667929

Please sign in to comment.