From 26f9ea0b7610219a3cf9c024e95712b507d31353 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Wed, 5 Jun 2013 19:05:07 +0900 Subject: this test should now always succeed, i hope --- xt/cli/json_pp.t | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/xt/cli/json_pp.t b/xt/cli/json_pp.t index 99bea4e..c1f7707 100644 --- a/xt/cli/json_pp.t +++ b/xt/cli/json_pp.t @@ -15,11 +15,8 @@ EOF $app->run("install"); $app->clean_local; - TODO: { - local $TODO = "collect installs"; - $app->run("install", "--deployment"); - unlike $app->stderr, qr/JSON::PP is not in range/; - } + $app->run("install", "--deployment"); + unlike $app->stderr, qr/JSON::PP is not in range/; } done_testing; -- cgit v1.2.1