Skip to content

Commit

Permalink
Disable parallel tests on file-based
Browse files Browse the repository at this point in the history
  • Loading branch information
vplauzon committed May 12, 2021
1 parent 84ac96d commit 3acba97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
- name: File-base integration tests (in-proc)
run: |
dotnet test code/DeltaKustoFileIntegrationTest --configuration Release \
--no-build --verbosity normal --blame-hang-timeout 3s
--no-build --verbosity normal --blame-hang-timeout 3s \
-p:ParallelizeTestCollections=false

0 comments on commit 3acba97

Please sign in to comment.