From 4f95712b71b6c15f6716ea656aa352978bb478be Mon Sep 17 00:00:00 2001 From: Julien Lebot Date: Thu, 7 Nov 2024 10:53:19 +0100 Subject: [PATCH] Revert "[e2e] mark windows upgrade as flake (#30838)" This reverts commit 77be406f7db274d20a0a25e4a30270592e0d1364. --- .../windows/suites/installer-package/upgrade_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/new-e2e/tests/installer/windows/suites/installer-package/upgrade_test.go b/test/new-e2e/tests/installer/windows/suites/installer-package/upgrade_test.go index 83d67475a6daf..a2fc1d9970507 100644 --- a/test/new-e2e/tests/installer/windows/suites/installer-package/upgrade_test.go +++ b/test/new-e2e/tests/installer/windows/suites/installer-package/upgrade_test.go @@ -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 { @@ -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())),