Skip to content

Commit f0fbe0b

Browse files
committed
Revert "chore(ci): disable E2E tests in Beats (#28715)"
This reverts commit a83e883.
1 parent 462f42f commit f0fbe0b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.ci/packaging.groovy

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

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,7 @@ def target(Map args = [:]) {
617617
pushCIDockerImages(beatsFolder: "${directory}", arch: dockerArch)
618618
}
619619
if(isE2E) {
620-
log(level: 'WARN', text: "E2E Tests for Beats are disabled until latest breaking changes in Kibana affecting Package Registry are resolved.")
621-
//e2e(args)
620+
e2e(args)
622621
}
623622
}
624623
}

0 commit comments

Comments
 (0)