Skip to content

Commit c6d493e

Browse files
authored
Disable C# and Razor integration tests in CI
1 parent a05b5b7 commit c6d493e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
CSharpTests:
20-
npmCommand: 'test:withoutDevKit'
20+
npmCommand: 'test:unit' # Restore when integration test are stable: 'test:withoutDevKit'
2121
DevKitTests:
2222
npmCommand: test:integration:devkit
2323
pool: ${{ parameters.pool }}

0 commit comments

Comments
 (0)