Skip to content

test: skip BrowsingBot integration tests due to missing dependency in… - #186

Merged
Bala (0xba1a) merged 1 commit into
mainfrom
kkaitepalli/disable-browsing-tests
Aug 26, 2026
Merged

test: skip BrowsingBot integration tests due to missing dependency in…#186
Bala (0xba1a) merged 1 commit into
mainfrom
kkaitepalli/disable-browsing-tests

Conversation

@KavyaSree2610

@KavyaSree2610 Kavya Sree Kaitepalli (KavyaSree2610) commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

browser-use==0.5.4 does not declare pydantic-settings as a dependency,so pip install browser-use==0.5.4 inside the sandbox never installs it. Every browser command then fails with:ModuleNotFoundError: No module named 'pydantic_settings' This breaks test_simple_question_response and test_multiple_queries consistently (confirmed on retry). Skip the TestBrowsingBot integration class until browser-use.yaml pins pydantic-settings explicitly, or a fixed browser-use release is available. Unit tests in TestBrowsingBotRun are unaffected and still run

@codecov-commenter

Codecov Comments Bot (codecov-commenter) commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.16%. Comparing base (bf82758) to head (31c2a9e).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #186      +/-   ##
==========================================
- Coverage   65.28%   65.16%   -0.13%     
==========================================
  Files          34       34              
  Lines        2394     2394              
==========================================
- Hits         1563     1560       -3     
- Misses        831      834       +3     
Flag Coverage Δ
ghcp 29.90% <ø> (ø)
integration 34.41% <ø> (ø)
ollama_local 31.95% <ø> (+0.16%) ⬆️
slow-browser 20.30% <ø> (-6.77%) ⬇️
slow-other 38.42% <ø> (+0.29%) ⬆️
unit 59.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@KavyaSree2610
Kavya Sree Kaitepalli (KavyaSree2610) marked this pull request as ready for review August 25, 2026 06:01
@0xba1a
Bala (0xba1a) merged commit e55194c into main Aug 26, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants