Skip to content

Commit 956ab1e

Browse files
committed
Update file
1 parent 12b8bec commit 956ab1e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

AzureDevOps/ParallelStrategy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ jobs:
3939
displayName: 'Bash Script to distribute tests'
4040

4141
# Builds Python package from MATLAB function and verifies functionality through equivalence tests
42-
- task: RunMATLABBuild@1
43-
inputs:
44-
tasks: equivalenceTest
45-
env:
46-
MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
42+
# - task: RunMATLABBuild@1
43+
# inputs:
44+
# tasks: equivalenceTest
45+
# env:
46+
# MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
4747

4848
- task: RunMATLABTests@1
4949
inputs:
5050
selectByName: $(MATLABTestFiles)
5151
sourceFolder: src
52-
env:
53-
MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
52+
# env:
53+
# MLM_LICENSE_TOKEN: $(MLM_LICENSE_TOKEN)
5454

5555
# - job: ParallelMac
5656
# # Parallel strategy to run tests in parallel

0 commit comments

Comments
 (0)