Skip to content

Commit ba8ebc0

Browse files
committed
Add flaky tests
1 parent bb33403 commit ba8ebc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
run: >
3838
uv run pytest massgen/tests
3939
-m "not live_api and not docker and not expensive"
40-
-k "not test_timeline_snapshot and not test_final_lock_option and not test_web_quickstart_reasoning_sync and not test_subagent_input_bar_snapshot_matches_main_input"
40+
-k "not test_timeline_snapshot and not test_final_lock_option and not test_web_quickstart_reasoning_sync and not test_subagent_input_bar_snapshot_matches_main_input and not test_review_modal_snapshot"
4141
-q --tb=no

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test: test-fast
9090

9191
test-fast:
9292
@echo "🧪 Running fast test lane..."
93-
@uv run pytest massgen/tests --run-integration -m "not live_api and not docker and not expensive" -q --tb=no
93+
@uv run pytest massgen/tests --run-integration -m "not live_api and not docker and not expensive" -k "not test_review_modal_snapshot" -q --tb=no
9494
@echo "✓ Fast test lane passed"
9595

9696
test-all:

0 commit comments

Comments
 (0)