Skip to content

Commit

Permalink
Revert "Skip dying tests to unbreak master builds"
Browse files Browse the repository at this point in the history
This reverts commit 51ea87a.
As a PR to fix the profiling was merged, we re-enable the tests now.
  • Loading branch information
patrickbkr committed Aug 10, 2020
1 parent 6d9f39d commit b5443c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions t/09-moar/01-profilers.t
Expand Up @@ -11,9 +11,6 @@ my $htmlpath = $tempdir.child("profile.html").absolute;
is-run "", "can launch with profiling requested", compiler-args => ["--profile=$htmlpath"],
err => / "profiler output" .*? "$htmlpath" /;

skip-rest, 'Currently broken, remove this skip as soon as profiling paths are fixed';
exit;

ok $htmlpath.IO.f, "profiler html output file exists on disk";
ok (try $htmlpath.IO.s > 128), "profiler html output file isn't tiny";

Expand Down

0 comments on commit b5443c2

Please sign in to comment.