Skip to content

Commit 969b84b

Browse files
committed
chore(ci): disable E2E tests in packaging job too
1 parent 2d9364d commit 969b84b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/packaging.groovy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ pipeline {
246246
agent { label 'ubuntu-18 && immutable' }
247247
options { skipDefaultCheckout() }
248248
steps {
249-
runE2ETests()
249+
log(level: 'WARN', text: "E2E Tests for Beats are disabled until latest breaking changes in Kibana affecting Package Registry are resolved.")
250+
//runE2ETests()
250251
}
251252
}
252253
}

0 commit comments

Comments
 (0)