Skip to content

Commit 614c496

Browse files
authored
Stop running template tests on mac/OS (#33002)
1 parent 7a842b7 commit 614c496

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.azure/pipelines/quarantined-pr.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
steps:
8787
- powershell: "& ./eng/build.ps1 -CI -nobl -all -pack -NoBuildJava"
8888
displayName: Build
89-
- script: ./eng/build.cmd -ci -nobl -test -NoRestore -NoBuild -NoBuilddeps "/p:RunTemplateTests=true /p:RunQuarantinedTests=true /p:SkipHelixReadyTests=true"
89+
- script: ./eng/build.cmd -ci -nobl -test -NoRestore -NoBuild -NoBuilddeps "/p:RunQuarantinedTests=true /p:SkipHelixReadyTests=true"
9090
displayName: Run Quarantined Tests
9191
continueOnError: true
9292
- task: PublishTestResults@2
@@ -118,10 +118,7 @@ jobs:
118118
steps:
119119
- bash: ./eng/build.sh --all --pack --ci --nobl --no-build-java
120120
displayName: Build
121-
# The templates part can be removed when the Blazor Templates run on Helix
122-
- bash: ./src/ProjectTemplates/build.sh --ci --nobl --pack --no-restore --no-build-deps
123-
displayName: Pack Templates (for Template tests)
124-
- bash: ./eng/build.sh --no-build --ci --nobl --test -p:RunTemplateTests=true -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true
121+
- bash: ./eng/build.sh --no-build --ci --nobl --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true
125122
displayName: Run Quarantined Tests
126123
continueOnError: true
127124
- task: PublishTestResults@2
@@ -154,10 +151,7 @@ jobs:
154151
steps:
155152
- bash: ./eng/build.sh --all --pack --ci --nobl --no-build-java
156153
displayName: Build
157-
# The templates part can be removed when the Blazor Templates run on Helix
158-
- bash: ./src/ProjectTemplates/build.sh --ci --nobl --pack --no-restore --no-build-deps
159-
displayName: Pack Templates (for Template tests)
160-
- bash: ./eng/build.sh --no-build --ci --nobl --test -p:RunTemplateTests=true -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true
154+
- bash: ./eng/build.sh --no-build --ci --nobl --test -p:RunQuarantinedTests=true -p:SkipHelixReadyTests=true
161155
displayName: Run Quarantined Tests
162156
continueOnError: true
163157
- task: PublishTestResults@2

0 commit comments

Comments
 (0)