From d89e907f00e7a93a715d540255d98bbe8da57b3e Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 25 May 2016 15:10:45 +0300 Subject: [PATCH] Minor, comment out ignored test --- .../jetbrains/kotlin/container/tests/ComponentContainerTest.kt | 2 ++ 1 file changed, 2 insertions(+) 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() {