Skip to content

Commit 3ce2594

Browse files
flaky: skip TestUpgradeAgentWithTamperProtectedEndpoint_RPM (#8626) (#8632)
(cherry picked from commit e538874) Co-authored-by: Panos Koutsovasilis <[email protected]>
1 parent 5a43af9 commit 3ce2594

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testing/integration/endpoint_security_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ func TestUpgradeAgentWithTamperProtectedEndpoint_RPM(t *testing.T) {
108108
},
109109
},
110110
})
111+
112+
t.Skip("https://github.com/elastic/elastic-agent/issues/8613: Flaky uninstall token issue")
113+
111114
t.Run("Upgrade from older version to newer version", func(t *testing.T) {
112115
upgradeFromVersion, err := upgradetest.PreviousMinor()
113116
require.NoError(t, err)

0 commit comments

Comments
 (0)