diff --git a/tests/ci/evaluate_tasks.py b/tests/ci/evaluate_tasks.py index be033689a..11ecf893e 100644 --- a/tests/ci/evaluate_tasks.py +++ b/tests/ci/evaluate_tasks.py @@ -71,7 +71,7 @@ async def run_single_task(task_file): headless=True, user_data_dir=None, chromium_sandbox=False, # Disable sandbox for CI environment (GitHub Actions) - stealth=True, + stealth=False, # Disable stealth in CI to use playwright+chromium ) session = BrowserSession(browser_profile=profile) print('[DEBUG] Browser session created', file=sys.stderr)