Skip to content

Commit 79c1787

Browse files
authored
Disable temporarily E2E tests from automation.yml (#2267)
1 parent 5c72bd7 commit 79c1787

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

azure_pipelines/automation.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,19 +79,6 @@ jobs:
7979
issue_body = '''@AzureAD/appleidentity \nAutomation failed for [$(repositoryName)]({0}) ran against commit : {1} \n Pipeline URL : [{2}]({2})'''.format('$(Build.Repository.Uri)', git_commit, pipeline_uri)
8080
github.create_issue(github_org, repo, issue_title, issue_body, labels=['automation failure'])
8181
82-
- job: e2e_test_native_auth
83-
displayName: 'Run MSAL E2E tests for native auth'
84-
timeoutInMinutes: 30
85-
cancelTimeoutInMinutes: 5
86-
workspace:
87-
clean: all
88-
89-
steps:
90-
- template: templates/tests-with-conf-file.yml
91-
parameters:
92-
schema: 'MSAL iOS Native Auth E2E Tests'
93-
build: 'MSAL iOS Native Auth E2E Tests_MSAL iOS Native Auth E2E Tests'
94-
9582
- job: cocoapods_lib_lint
9683
displayName: Run Cocoapods lib lint
9784
timeoutInMinutes: 30

0 commit comments

Comments
 (0)