Skip to content

Commit

Permalink
Remove an unnecessary test dependency
Browse files Browse the repository at this point in the history
This dependency probably has not been needed since revision
63f3303 removed
`com.ibm.wala.tests.util.SlowTests` as part of porting tests from JUnit
4 to JUnit 5.
  • Loading branch information
liblit committed Aug 15, 2024
1 parent d98c973 commit 37bef4c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ tasks.named<Test>("test") {
}

if (hasProperty("excludeSlowTests")) {
dependencies { testImplementation(testFixtures(project(":core"))) }
tasks.named<Test>("test") { useJUnitPlatform { excludeTags("slow") } }
}

Expand Down

0 comments on commit 37bef4c

Please # to comment.