File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ dotnet test --project test/Library.Tests/Library.Tests.csproj --no-build -c Rele
5252
5353** Exclude tests with a specific trait** (skip unstable tests):
5454``` bash
55- dotnet test --project test/Library.Tests/Library.Tests.csproj --no-build -c Release -- --filter-not-trait " FailsInCloudTest=true "
55+ dotnet test --project test/Library.Tests/Library.Tests.csproj --no-build -c Release -- --filter-not-trait " TestCategory=FailsInCloudTest "
5656```
5757
5858** Run tests for a specific framework only** :
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ if ($isMTP) {
7575 -- no- build `
7676 - c $Configuration `
7777 - bl:" $testBinLog " `
78- -- filter- not- trait ' FailsInCloudTest=true ' `
78+ -- filter- not- trait ' TestCategory=FailsInCloudTest ' `
7979 -- coverage- settings " $PSScriptRoot /test.runsettings" `
8080 @mtpArgs `
8181 @dumpSwitches `
You can’t perform that action at this time.
0 commit comments