File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ func TestStandaloneUpgradeWithGPGFallback(t *testing.T) {
29
29
Sudo : true , // requires Agent installation
30
30
})
31
31
32
+ t .Skip ("Skipped until https://github.com/elastic/elastic-agent/issues/4317 is solved" )
33
+
32
34
minVersion := upgradetest .Version_8_10_0_SNAPSHOT
33
35
currentVersion , err := version .ParseVersion (define .Version ())
34
36
require .NoError (t , err )
@@ -93,6 +95,8 @@ func TestStandaloneUpgradeWithGPGFallbackOneRemoteFailing(t *testing.T) {
93
95
Sudo : true , // requires Agent installation
94
96
})
95
97
98
+ t .Skip ("Skipped until https://github.com/elastic/elastic-agent/issues/4317 is solved" )
99
+
96
100
minVersion := upgradetest .Version_8_10_0_SNAPSHOT
97
101
currentVersion , err := version .ParseVersion (define .Version ())
98
102
require .NoError (t , err )
You can’t perform that action at this time.
0 commit comments