Enable ImportCompilerArgumentsWithInvalidDependencies test

This commit is contained in:
Andrey Uskov
2019-11-18 17:01:31 +03:00
parent 25acb1e191
commit 9e7eff7e72
2 changed files with 1 additions and 2 deletions
@@ -988,7 +988,6 @@ class GradleFacetImportTest : GradleImportingTestCase() {
TestCase.assertEquals("1.1", holder.settings.languageVersion)
}
@Ignore //TODO enable this test after the Kotlin gradle plugin with required fixes is released
@Test
fun testImportCompilerArgumentsWithInvalidDependencies() {
configureByFiles()