Skip to content

Commit

Permalink
Revert "[e2e] mark windows upgrade as flake" (#30849)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-lebot authored Nov 7, 2024
1 parent b21f224 commit 2c99eff
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
package installertests

import (
"testing"

"github.com/DataDog/datadog-agent/pkg/util/testutil/flake"
agentVersion "github.com/DataDog/datadog-agent/pkg/version"
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/e2e"
"github.com/DataDog/datadog-agent/test/new-e2e/pkg/environments/aws/host/windows"
installerwindows "github.com/DataDog/datadog-agent/test/new-e2e/tests/installer/windows"
"github.com/DataDog/datadog-agent/test/new-e2e/tests/windows/common/agent"
"github.com/DataDog/datadog-agent/test/new-e2e/tests/windows/common/pipeline"
"testing"
)

type testInstallerUpgradesSuite struct {
Expand All @@ -28,7 +26,6 @@ func TestInstallerUpgrades(t *testing.T) {

// TestUpgrades tests upgrading the stable version of the Datadog installer to the latest from the pipeline.
func (s *testInstallerUpgradesSuite) TestUpgrades() {
flake.Mark(s.T())
// Arrange
s.Require().NoError(s.Installer().Install(
installerwindows.WithInstallerURLFromInstallersJSON(pipeline.StableURL, s.StableInstallerVersion().PackageVersion())),
Expand Down

0 comments on commit 2c99eff

Please sign in to comment.