Disable problematic tests

This commit is contained in:
Alexandru Macocian
2021-06-02 15:17:53 +02:00
parent bb9ea4773f
commit dfe85bca09
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.1
- name: Execute Unit Tests
run: dotnet test $env:Test_Project_Path -v n
run: dotnet test $env:Test_Project_Path -v n --filter "TestCategory!=LocalTest"
- name: Restore Project
run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier