Skip to content

Commit eebfde5

Browse files
committed
Re-enable TestStandaloneUpgradeRollbackOnRestarts on windows
Modifications introduced with #8407 should have fixed the timing issue that made TestStandaloneUpgradeRollbackOnRestarts flaky on windows
1 parent 2f55098 commit eebfde5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

testing/integration/ess/upgrade_rollback_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@ func TestStandaloneUpgradeRollbackOnRestarts(t *testing.T) {
174174
Sudo: true, // requires Agent installation
175175
})
176176

177-
if runtime.GOOS == "windows" {
178-
t.Skip("This test is flaky on windows. See https://github.com/elastic/elastic-agent/issues/6733")
179-
}
180-
181177
type fixturesSetupFunc func(t *testing.T) (from *atesting.Fixture, to *atesting.Fixture)
182178
testcases := []struct {
183179
name string

0 commit comments

Comments
 (0)