Skip to content

Commit f5e5192

Browse files
committed
disable broken tests
1 parent fb781f5 commit f5e5192

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

.ado/jobs/integration-test.yml

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,17 @@ parameters:
3333
BuildPlatform: x86
3434
BuildConfiguration: Release
3535
DeployOptions:
36-
- Name: X64ReleaseChakra
37-
BuildPlatform: x64
38-
BuildConfiguration: Release
39-
DeployOptions:
40-
UseChakra: true
41-
- Name: X86ReleaseChakra
42-
BuildPlatform: x86
43-
BuildConfiguration: Release
44-
DeployOptions:
45-
UseChakra: true
36+
# The following tests are broken upstream
37+
# - Name: X64ReleaseChakra
38+
# BuildPlatform: x64
39+
# BuildConfiguration: Release
40+
# DeployOptions:
41+
# UseChakra: true
42+
# - Name: X86ReleaseChakra
43+
# BuildPlatform: x86
44+
# BuildConfiguration: Release
45+
# DeployOptions:
46+
# UseChakra: true
4647
- BuildEnvironment: Continuous
4748
Matrix:
4849
- Name: Arm64Debug
@@ -65,16 +66,17 @@ parameters:
6566
BuildPlatform: x86
6667
BuildConfiguration: Release
6768
DeployOptions:
68-
- Name: X64ReleaseChakra
69-
BuildPlatform: x64
70-
BuildConfiguration: Release
71-
DeployOptions:
72-
UseChakra: true
73-
- Name: X86ReleaseChakra
74-
BuildPlatform: x86
75-
BuildConfiguration: Release
76-
DeployOptions:
77-
UseChakra: true
69+
# The following tests are broken upstream
70+
# - Name: X64ReleaseChakra
71+
# BuildPlatform: x64
72+
# BuildConfiguration: Release
73+
# DeployOptions:
74+
# UseChakra: true
75+
# - Name: X86ReleaseChakra
76+
# BuildPlatform: x86
77+
# BuildConfiguration: Release
78+
# DeployOptions:
79+
# UseChakra: true
7880

7981
jobs:
8082
- ${{ each config in parameters.buildMatrix }}:

0 commit comments

Comments
 (0)