diff --git a/compiler/container/tests/org/jetbrains/kotlin/container/tests/ComponentContainerTest.kt b/compiler/container/tests/org/jetbrains/kotlin/container/tests/ComponentContainerTest.kt index bd81f03dad2..a9a6358af96 100644 --- a/compiler/container/tests/org/jetbrains/kotlin/container/tests/ComponentContainerTest.kt +++ b/compiler/container/tests/org/jetbrains/kotlin/container/tests/ComponentContainerTest.kt @@ -188,6 +188,7 @@ class ComponentContainerTest { } } +/* @Ignore("Need generic type substitution") @Test fun should_resolve_generic_adhoc() { @@ -200,6 +201,7 @@ class ComponentContainerTest { assertTrue(genericClient.component is TestImplicitGeneric) } } +*/ @Test fun should_fail_with_invalid_cardinality() {