Skip to content

Commit 8c6e7e5

Browse files
mergify[bot]pchila
andauthored
disable failing GPG integration tests (#4318) (#4335)
(cherry picked from commit afe4a30) Co-authored-by: Paolo Chilà <paolo.chila@elastic.co>
1 parent 5e17bc2 commit 8c6e7e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testing/integration/upgrade_gpg_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ func TestStandaloneUpgradeWithGPGFallback(t *testing.T) {
2929
Sudo: true, // requires Agent installation
3030
})
3131

32+
t.Skip("Skipped until https://github.com/elastic/elastic-agent/issues/4317 is solved")
33+
3234
minVersion := upgradetest.Version_8_10_0_SNAPSHOT
3335
currentVersion, err := version.ParseVersion(define.Version())
3436
require.NoError(t, err)
@@ -93,6 +95,8 @@ func TestStandaloneUpgradeWithGPGFallbackOneRemoteFailing(t *testing.T) {
9395
Sudo: true, // requires Agent installation
9496
})
9597

98+
t.Skip("Skipped until https://github.com/elastic/elastic-agent/issues/4317 is solved")
99+
96100
minVersion := upgradetest.Version_8_10_0_SNAPSHOT
97101
currentVersion, err := version.ParseVersion(define.Version())
98102
require.NoError(t, err)

0 commit comments

Comments
 (0)