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 5a43af9 commit 3ce2594Copy full SHA for 3ce2594
testing/integration/endpoint_security_test.go
@@ -108,6 +108,9 @@ func TestUpgradeAgentWithTamperProtectedEndpoint_RPM(t *testing.T) {
108
},
109
110
})
111
+
112
+ t.Skip("https://github.com/elastic/elastic-agent/issues/8613: Flaky uninstall token issue")
113
114
t.Run("Upgrade from older version to newer version", func(t *testing.T) {
115
upgradeFromVersion, err := upgradetest.PreviousMinor()
116
require.NoError(t, err)
0 commit comments