Skip to content

Fix Azure failing integration tests

Deepa Kumari requested to merge az/39269-fix-azure-int-tests into master

Fix azure failing integration tests and remove the allow_failure:false to let it fail the pipeline.

Changes made: Common code:

  1. Maven jar plugin version upgrade
  2. User Id is now coming from environment variable, which is overridden for azure, for the other providers it is same as before dummy user

Azure Specific:

  1. Added direct dependencies in pom of integration tests to resolve conflicts
Edited by Deepa Kumari

Merge request reports