Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[e2e] mark windows upgrade as flake" #30849

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading