Skip to content

Commit 1af4d28

Browse files
committed
Skipping yminify sitespeed test. To be added back in pantheon-systems#1553
1 parent 3fa6d8b commit 1af4d28

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

budget.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"default": 70,
44
"criticalpath": 38,
55
"ydns": 5,
6-
"yminify": 59,
76
"ycookiefree":19,
87
"jsnumreq":51,
98
"thirdpartyasyncjs": 15,

scripts/run-sitespeed-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ if [ "$CIRCLE_BRANCH" != "master" ] && [ "$CIRCLE_BRANCH" != "dev" ] && [ "$CIRC
1919
# production urls is used as a source, the production domain is then replaced
2020
# with the multdev url.
2121
sed "s,https://pantheon.io/docs,$url,g" scripts/sitespeed-urls.txt > /tmp/sitespeed-urls-multidev.txt
22-
sitespeed.io -u $url --no=1 --budget budget.json -b firefox -r $CIRCLE_ARTIFACTS/sitespeed --suppressDomainFolder --outputFolderName multidev --file=/tmp/sitespeed-urls-multidev.txt --skipTest=redirects,textcontent,ycdn,privateheaders,longexpirehead,expiresmod,avoidscalingimages,ycompress,frontEndTime,domContentLoadedTime
22+
sitespeed.io -u $url --no=1 --budget budget.json -b firefox -r $CIRCLE_ARTIFACTS/sitespeed --suppressDomainFolder --outputFolderName multidev --file=/tmp/sitespeed-urls-multidev.txt --skipTest=redirects,textcontent,ycdn,privateheaders,longexpirehead,expiresmod,avoidscalingimages,ycompress,frontEndTime,yminify,domContentLoadedTime
2323
fi

0 commit comments

Comments
 (0)