diff --git a/t/Yath/integration/encoding.t b/t/Yath/integration/encoding.t index d0f0b718e..32e53c34e 100644 --- a/t/Yath/integration/encoding.t +++ b/t/Yath/integration/encoding.t @@ -1,8 +1,4 @@ # HARNESS-CONFLICTS YATH -use Test2::V0; -plan skip_all => "TODO: verbose UTF-8 renderer output not aligned with current Streamer/Renderer"; -__END__ - use Test2::V0; use lib 't/lib'; @@ -36,7 +32,7 @@ my @want = ( yath( command => 'test', - args => ['-v', "$dir/plugin.tx"], + args => ['-j1', '-v', "$dir/plugin.tx"], exit => 0, encoding => 'utf8', test => sub { @@ -50,7 +46,7 @@ yath( yath( command => 'test', - args => ['-v', "$dir/no-plugin.tx"], + args => ['-j1', '-v', "$dir/no-plugin.tx"], exit => 0, test => sub { my $out = shift; diff --git a/t/Yath/integration/tapsubtest.t b/t/Yath/integration/tapsubtest.t index dd1351706..1ae34f1cd 100644 --- a/t/Yath/integration/tapsubtest.t +++ b/t/Yath/integration/tapsubtest.t @@ -1,8 +1,4 @@ # HARNESS-CONFLICTS YATH -use Test2::V0; -plan skip_all => "TODO: TAP subtest verbose rendering not aligned with current renderer"; -__END__ - use Test2::V0; use lib 't/lib'; @@ -13,7 +9,7 @@ $dir =~ s{^\./}{}; yath( command => 'test', - args => [$dir, '--ext=tx', '-v'], + args => [$dir, '--ext=tx', '-j1', '-v'], exit => 0, test => sub { my $out = shift;