mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Turn on ExcludeTest.
This commit is contained in:
parent
12bb412cd1
commit
5b76c0cad5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class ExcludeTest @Inject constructor(compilerFactory: BuildFileCompiler.IFactor
|
|||
arrayOf("p2", EXCLUDED_DEPENDENCY)
|
||||
)
|
||||
|
||||
// @Test(dataProvider = "dp")
|
||||
@Test(dataProvider = "dp")
|
||||
fun excludeShouldWork(projectName: String, excludedDependency: String?) {
|
||||
val projectText = """
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue