From 25c8781e209f78653181b6a7b5086d0fe34ab89c Mon Sep 17 00:00:00 2001 From: Frode Flaten <3436158+fflaten@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:10:28 +0200 Subject: [PATCH] Fix false error in CI New CIDebugOutput tests outputs an error by design. Disabling CIFormat to avoid it being flagged in report. --- tst/Pester.RSpec.Configuration.ts.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/tst/Pester.RSpec.Configuration.ts.ps1 b/tst/Pester.RSpec.Configuration.ts.ps1 index c22d9b59d..1e0eac88d 100644 --- a/tst/Pester.RSpec.Configuration.ts.ps1 +++ b/tst/Pester.RSpec.Configuration.ts.ps1 @@ -1343,6 +1343,7 @@ i -PassThru:$PassThru { Throw = $true } Output = @{ + CIFormat = 'None' CIDebugOutput = 'Something' } }