Skip to content

Commit bf8a944

Browse files
authored
Remove duplicate dependency on testUtils project (#1988)
#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.
1 parent bce1618 commit bf8a944

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

msal/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ dependencies {
228228
exclude module: 'common'
229229
exclude group: 'com.microsoft.identity', module: 'LabApiUtilities'
230230
}
231-
testImplementation project(':testutils')
232231
testImplementation("org.mockito.kotlin:mockito-kotlin:$rootProject.ext.mockitoKotlinVersion") {
233232
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib'
234233
}

0 commit comments

Comments
 (0)