We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f55098 commit eebfde5Copy full SHA for eebfde5
testing/integration/ess/upgrade_rollback_test.go
@@ -174,10 +174,6 @@ func TestStandaloneUpgradeRollbackOnRestarts(t *testing.T) {
174
Sudo: true, // requires Agent installation
175
})
176
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
-
181
type fixturesSetupFunc func(t *testing.T) (from *atesting.Fixture, to *atesting.Fixture)
182
testcases := []struct {
183
name string
0 commit comments