summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xt/cli/json_pp.t7
1 files 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;