Skip to content

Commit 6e12966

Browse files
committed
Disable Windows stages for broken tests on Windows
See #23957 and #23958
1 parent ba70127 commit 6e12966

1 file changed

Lines changed: 35 additions & 32 deletions

File tree

x-pack/heartbeat/Jenkinsfile.yml

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -35,38 +35,41 @@ stages:
3535
- "macosTest"
3636
branches: true ## for all the branches
3737
tags: true ## for all the tags
38-
windows:
39-
mage: "mage build test"
40-
platforms: ## override default labels in this specific stage.
41-
- "windows-2019"
42-
windows-2016:
43-
mage: "mage build test"
44-
platforms: ## override default labels in this specific stage.
45-
- "windows-2016"
46-
windows-2012:
47-
mage: "mage build test"
48-
platforms: ## override default labels in this specific stage.
49-
- "windows-2012-r2"
50-
windows-10:
51-
mage: "mage build test"
52-
platforms: ## override default labels in this specific stage.
53-
- "windows-10"
54-
windows-2008:
55-
mage: "mage build test"
56-
platforms: ## override default labels in this specific stage.
57-
- "windows-2008-r2"
58-
windows-8:
59-
mage: "mage build test"
60-
platforms: ## override default labels in this specific stage.
61-
- "windows-8"
62-
windows-7:
63-
mage: "mage build test"
64-
platforms: ## override default labels in this specific stage.
65-
- "windows-7"
66-
windows-7-32:
67-
mage: "mage build test"
68-
platforms: ## override default labels in this specific stage.
69-
- "windows-7-32-bit"
38+
# TODO: there are windows test failures already reported
39+
# https://github.com/elastic/beats/issues/23957 and https://github.com/elastic/beats/issues/23958
40+
# waiting for being fixed.
41+
# windows:
42+
# mage: "mage build test"
43+
# platforms: ## override default labels in this specific stage.
44+
# - "windows-2019"
45+
# windows-2016:
46+
# mage: "mage build test"
47+
# platforms: ## override default labels in this specific stage.
48+
# - "windows-2016"
49+
# windows-2012:
50+
# mage: "mage build test"
51+
# platforms: ## override default labels in this specific stage.
52+
# - "windows-2012-r2"
53+
# windows-10:
54+
# mage: "mage build test"
55+
# platforms: ## override default labels in this specific stage.
56+
# - "windows-10"
57+
# windows-2008:
58+
# mage: "mage build test"
59+
# platforms: ## override default labels in this specific stage.
60+
# - "windows-2008-r2"
61+
# windows-8:
62+
# mage: "mage build test"
63+
# platforms: ## override default labels in this specific stage.
64+
# - "windows-8"
65+
# windows-7:
66+
# mage: "mage build test"
67+
# platforms: ## override default labels in this specific stage.
68+
# - "windows-7"
69+
# windows-7-32:
70+
# mage: "mage build test"
71+
# platforms: ## override default labels in this specific stage.
72+
# - "windows-7-32-bit"
7073
packaging-linux:
7174
packaging-linux: "mage package"
7275
e2e:

0 commit comments

Comments
 (0)