aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--container-di/src/test/scala/com/yahoo/container/di/ContainerTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-di/src/test/scala/com/yahoo/container/di/ContainerTest.scala b/container-di/src/test/scala/com/yahoo/container/di/ContainerTest.scala
index d8f3d0fc2ab..f31973c5cea 100644
--- a/container-di/src/test/scala/com/yahoo/container/di/ContainerTest.scala
+++ b/container-di/src/test/scala/com/yahoo/container/di/ContainerTest.scala
@@ -118,7 +118,7 @@ class ContainerTest {
assertTrue(componentToDestruct.deconstructed)
}
- @Ignore
+ @Ignore // because logAndDie is impossible(?) to verify programmatically
@Test
def manually_verify_what_happens_when_first_graph_contains_component_that_throws_exception_in_ctor() {
writeBootstrapConfigs("thrower", classOf[ComponentThrowingExceptionInConstructor])