From b6b90f9f598ddcbd9207b42f9423a3acd56571b8 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 16 Jan 2026 20:22:37 +0100 Subject: [PATCH] woops --- changedetectionio/run_basic_tests.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/changedetectionio/run_basic_tests.sh b/changedetectionio/run_basic_tests.sh index 4af0c1d49..ec1ad3150 100755 --- a/changedetectionio/run_basic_tests.sh +++ b/changedetectionio/run_basic_tests.sh @@ -88,10 +88,8 @@ REMOVE_REQUESTS_OLD_SCREENSHOTS=false pytest -vv -s --maxfail=1 tests/test_notif # Re-run a few tests that will trigger brotli based storage -export SNAPSHOT_BROTLI_COMPRESSION_THRESHOLD=5 -pytest -vv -s --maxfail=1 tests/test_access_control.py - -pytest -vv -s --maxfail=1 --dist=load tests/test_backend.py tests/test_rss.py tests/test_unique_lines.py tests/test_notification.py +# And again with brotli+screenshot attachment +SNAPSHOT_BROTLI_COMPRESSION_THRESHOLD=5 REMOVE_REQUESTS_OLD_SCREENSHOTS=false pytest -vv -s --maxfail=1 --dist=load tests/test_backend.py tests/test_rss.py tests/test_unique_lines.py tests/test_notification.py tests/test_access_control.py # Try high concurrency FETCH_WORKERS=50 pytest tests/test_history_consistency.py -vv -l -s