From 23347f80737f3f6df6598ff3d3d6977f8fa1dd27 Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Wed, 13 Sep 2023 11:18:23 +0200 Subject: [PATCH] Skip flaky Filebeat cloudAWS tests (#36558) Skip the failing tests until a fix is found. --- x-pack/filebeat/Jenkinsfile.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/x-pack/filebeat/Jenkinsfile.yml b/x-pack/filebeat/Jenkinsfile.yml index dadd6b1a8d9b..98d7281a0f86 100644 --- a/x-pack/filebeat/Jenkinsfile.yml +++ b/x-pack/filebeat/Jenkinsfile.yml @@ -110,20 +110,21 @@ stages: labels: - "aws" stage: extended - cloudAWS: - cloud: "mage build test goIntegTest" - withAWS: true ## Enable the tests to run in AWS - withModule: true ## run the ITs only if the changeset affects a specific module. - dirs: ## run the cloud tests for the given modules. - - "x-pack/filebeat/input/awss3/_meta/terraform" - when: ## Override the top-level when. - changeset: ## when PR contains any of those entries in the changeset - - "^x-pack/filebeat/input/awss3/.*" - - "^x-pack/filebeat/module/aws/.*" - - "^x-pack/filebeat/input/awscloudwatch/.*" - - "^x-pack/filebeat/Jenkinsfile.yml" - - "^x-pack/libbeat/common/aws/.*" - stage: extended + # Skip test until fixed https://github.com/elastic/beats/issues/36425 + # cloudAWS: + # cloud: "mage build test goIntegTest" + # withAWS: true ## Enable the tests to run in AWS + # withModule: true ## run the ITs only if the changeset affects a specific module. + # dirs: ## run the cloud tests for the given modules. + # - "x-pack/filebeat/input/awss3/_meta/terraform" + # when: ## Override the top-level when. + # changeset: ## when PR contains any of those entries in the changeset + # - "^x-pack/filebeat/input/awss3/.*" + # - "^x-pack/filebeat/module/aws/.*" + # - "^x-pack/filebeat/input/awscloudwatch/.*" + # - "^x-pack/filebeat/Jenkinsfile.yml" + # - "^x-pack/libbeat/common/aws/.*" + # stage: extended packaging-linux: packaging-linux: "mage package" e2e: