Skip to content

Commit 5a98a1b

Browse files
committed
Disable mac test run
Custom Function test run seems to be corrupting the mac machine so that other pipelines fail (they try to run CF instead of their own code). Need to fix this before running test on the mac.
1 parent 7ac835b commit 5a98a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-devops/full-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
- template: ./install.yml
5151
- template: ./lint.yml
5252
- template: ./build.yml
53-
- template: ./test.yml
53+
# - template: ./test.yml
5454
- template: ./cleanup.yml

0 commit comments

Comments
 (0)