Skip to content

Commit 3ed7be5

Browse files
authored
Reenable non-root agent recipe test with 9.1.5 (#8875) (#8876)
(cherry picked from commit 646f629)
1 parent 0f2204c commit 3ed7be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/agent/recipes_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ func TestFleetKubernetesNonRootIntegrationRecipe(t *testing.T) {
142142
t.Skipf("Skipped as version %s is affected by https://github.com/elastic/kibana/pull/230211", v)
143143
}
144144

145-
// TODO: see https://github.com/elastic/cloud-on-k8s/issues/8820
146-
if v.GE(version.From(9, 1, 0)) {
145+
// Do not test between 9.1.0 and 9.1.5 due to broken ssl settings in Kibana, see https://github.com/elastic/cloud-on-k8s/issues/8820
146+
if v.GE(version.From(9, 1, 0)) && v.LT(version.From(9, 1, 5)) {
147147
t.Skipf("Skipped as version %s is affected by https://github.com/elastic/kibana/issues/233780", v)
148148
}
149149

0 commit comments

Comments
 (0)