From b89ea6fe60e82ccf91899ad7b62d60e262dc8cef Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 4 Jan 2022 10:29:02 +0100 Subject: [PATCH] ci: elastic-agent goIntegTest is not available (#29566) --- x-pack/elastic-agent/Jenkinsfile.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/x-pack/elastic-agent/Jenkinsfile.yml b/x-pack/elastic-agent/Jenkinsfile.yml index d2381654009..96944541255 100644 --- a/x-pack/elastic-agent/Jenkinsfile.yml +++ b/x-pack/elastic-agent/Jenkinsfile.yml @@ -36,9 +36,6 @@ stages: unitTest: mage: "mage build unitTest" stage: mandatory - goIntegTest: - mage: "mage goIntegTest" - stage: mandatory macos: mage: "mage build unitTest" platforms: ## override default label in this specific stage.