Skip to content

Commit e538874

Browse files
flaky: skip TestUpgradeAgentWithTamperProtectedEndpoint_RPM (#8626)
1 parent 7a579fa commit e538874

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)