Skip to content

Commit

Permalink
Remove duplicate dependency on testUtils project (#1988)
Browse files Browse the repository at this point in the history
#1947 added a duplicate dependency for testUtils project. This causes
failure to run UTs in monthly pipeline, [Example
run](https://identitydivision.visualstudio.com/Engineering/_build/results?buildId=1229805&view=logs&j=f84464c4-dbde-50dc-0e4a-70f8148db754&t=f5fe7ea9-b05a-52f9-d231-7977d552c77d)

Removing the duplicate dependency in this change, as testUtils
dependency is already added for local and dist variant.
  • Loading branch information
iamgusain authored Jan 3, 2024
1 parent bce1618 commit bf8a944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion msal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ dependencies {
exclude module: 'common'
exclude group: 'com.microsoft.identity', module: 'LabApiUtilities'
}
testImplementation project(':testutils')
testImplementation("org.mockito.kotlin:mockito-kotlin:$rootProject.ext.mockitoKotlinVersion") {
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib'
}
Expand Down

0 comments on commit bf8a944

Please sign in to comment.