Merge branch 'pr/135' into release-candidates/rc-5.90116
[catagits/Catalyst-Runtime.git] / t / live_component_controller_context_closure.t
index 2d4b894..72ddb15 100644 (file)
@@ -20,6 +20,10 @@ use Catalyst::Test 'TestApp';
 {
     my ($resp, $ctx) = ctx_request('/contextclosure/normal_closure');
     ok($resp->is_success);
+    #is($ctx->count_leaks, 1);
+    # FIXME: find out why this changed from 1 to 2 after 52af51596d
+    # ^^ probably has something to do with env being in Engine and Request - JNAP
+    # ^^ I made the env in Engine a weak ref, should help until we can remove it
     is($ctx->count_leaks, 1);
 }