From 79eed3925aa2d18b7033abce39cd449df75baaab Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 1 Mar 2022 12:53:58 +0000 Subject: [PATCH] Update x-pack/winlogbeat/Jenkinsfile.yml Disable, see https://github.com/elastic/beats/issues/30621 --- x-pack/winlogbeat/Jenkinsfile.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/x-pack/winlogbeat/Jenkinsfile.yml b/x-pack/winlogbeat/Jenkinsfile.yml index ece96de7218d..90eb1d08549d 100644 --- a/x-pack/winlogbeat/Jenkinsfile.yml +++ b/x-pack/winlogbeat/Jenkinsfile.yml @@ -29,11 +29,12 @@ stages: platforms: ## override default labels in this specific stage. - "windows-2019" stage: mandatory - windows-2022: - mage: "mage build unitTest" - platforms: ## override default labels in this specific stage. - - "windows-2022" - stage: extended + # https://github.com/elastic/beats/issues/30621 + #windows-2022: + # mage: "mage build unitTest" + # platforms: ## override default labels in this specific stage. + # - "windows-2022" + # stage: extended windows-2016: mage: "mage build unitTest" platforms: ## override default labels in this specific stage.