File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 displayName : NPM install
4545 - script : .dotnet/dotnet build ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-restore
4646 displayName : Build
47- - script : .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter QuarantinedTest \!~github --logger trx
47+ - script : .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter Quarantined \!~github --logger trx
4848 displayName : Run E2E tests
49- - script : .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter QuarantinedTest ~github -p:RunQuarantinedTests=true --logger trx
49+ - script : .dotnet/dotnet test ./src/Components/test/E2ETest -c $(BuildConfiguration) --no-build --filter Quarantined ~github -p:RunQuarantinedTests=true --logger trx
5050 displayName : Run Quarantined E2E tests
5151 continueOnError : true
5252 - task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments