From 766c63342be139d3437ad16334bd47a42a85a90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C5=8Dan?= Date: Sat, 25 Apr 2026 21:32:42 +0200 Subject: [PATCH] Bring back a few more tests --- t/Yath/integration/encoding.t | 8 ++------ t/Yath/integration/tapsubtest.t | 6 +----- 2 files changed, 3 insertions(+), 11 deletions(-) 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;