Skip to content

Commit

Permalink
Disables testReleaseUnitTest tasks
Browse files Browse the repository at this point in the history
Summary: Disables testReleaseUnitTest tasks to fix the oss tests. The release tests don't do anything different so there is no point running them.

Reviewed By: pentiumao

Differential Revision: D47097731

fbshipit-source-id: 4577c2b3d3e879bcabddd16ead91907b0de9ba01
  • Loading branch information
adityasharat authored and facebook-github-bot committed Jun 29, 2023
1 parent 3ca8973 commit e00b4b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ tasks.withType(org.jetbrains.dokka.gradle.DokkaMultiModuleTask).configureEach {
moduleName = "Litho"
}

project.gradle.startParameter.excludedTaskNames.add('testReleaseUnitTest')

ext {
minSdkVersion = 19
targetSdkVersion = latestSdkVersion
Expand Down

0 comments on commit e00b4b9

Please sign in to comment.