From b7969cfed07ef08ce9b399f39e7147e8cc6165a0 Mon Sep 17 00:00:00 2001 From: Joseph Magly <1159087+jmagly@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:57:23 -0400 Subject: [PATCH] test(cli): relax quality gates for random fixture --- tests/test_offline_integration.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_offline_integration.py b/tests/test_offline_integration.py index 08f188f..58e383d 100644 --- a/tests/test_offline_integration.py +++ b/tests/test_offline_integration.py @@ -362,6 +362,10 @@ def test_installed_package_cli_executes_offline_checkpoint_to_report_slice(tmp_p "1", "--refusal-max-tokens", "1", + "--max-perplexity-increase", + "1000", + "--max-degenerate-fraction", + "1", "--prompt-pairs-file", str(prompt_pairs_path), ],