Skip to content

Commit

Permalink
test: disable byte efficiency score assertions (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored and paulirish committed May 10, 2017
1 parent d99778b commit d25b17a
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module.exports = [
// }
// },
'offscreen-images': {
score: 65,
// TODO: re-enable score assertions when we have more flexible assertions like < 100
// score: 65,
extendedInfo: {
value: {
results: {
Expand All @@ -46,7 +47,7 @@ module.exports = [
}
},
'uses-optimized-images': {
score: 65,
// score: 65,
extendedInfo: {
value: {
results: {
Expand All @@ -56,7 +57,7 @@ module.exports = [
}
},
'uses-responsive-images': {
score: 90,
// score: 90,
extendedInfo: {
value: {
results: {
Expand Down

0 comments on commit d25b17a

Please sign in to comment.