Minor, comment out ignored test

This commit is contained in:
Alexander Udalov
2016-05-25 15:10:45 +03:00
parent 159d88102f
commit d89e907f00
@@ -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() {