Skip to content

Commit

Permalink
Remove Safari 11 on mobile from tests (#19669)
Browse files Browse the repository at this point in the history
  • Loading branch information
estherkim authored and William Chou committed Dec 5, 2018
1 parent 87ae399 commit 9eab7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/tasks/runtime-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ function getConfig() {
'SL_Chrome',
'SL_Firefox',
'SL_Safari_11',
'SL_iOS_11',
'SL_Edge_17',
]
// TODO(amp-infra): Evaluate and add more platforms here.
//'SL_Chrome_Dev',
//'SL_Chrome_Android_7',
//'SL_Safari_12',
//'SL_iOS_12'
//'SL_iOS_11',
//'SL_IE_11'
: [
// With --saucelabs_lite, a subset of the unit tests are run.
Expand Down

0 comments on commit 9eab7bf

Please sign in to comment.