Skip to content

Commit

Permalink
Testing removing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3Rabbit authored Feb 18, 2025
1 parent 1c07aa0 commit 255c411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sitespeed_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def get_result_using_no_cache(sitespeed_use_docker, arg, timeout):
command = (
f"docker run --rm -v {data_dir}:/sitespeed.io "
f"sitespeedio/sitespeed.io:{sitespeedio_version} "
"--plugins.remove assets --plugins.remove budget --plugins.remove coach --plugins.remove pagexray --plugins.remove thirdparty --plugins.remove domains "
f"--maxLoadTime {(timeout * 1000)} {arg}"
)

Expand Down

0 comments on commit 255c411

Please sign in to comment.