From a02ed026e327b3832d35d4be0350a7ccce11ba41 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Tue, 3 Mar 2020 17:17:34 -0800 Subject: [PATCH] Update Sauce config to drop Safari 9, add 12 & 13. Safari 9 is now very old, and has micro task ordering bugs issues that make testing flaky. --- util/travis-sauce-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/travis-sauce-test.sh b/util/travis-sauce-test.sh index c2f80dd32b..ee4eb92a61 100755 --- a/util/travis-sauce-test.sh +++ b/util/travis-sauce-test.sh @@ -9,4 +9,4 @@ # subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt # set -x -node ./node_modules/.bin/polymer test --npm --module-resolution=node -s 'windows 10/microsoftedge@15' -s 'windows 10/microsoftedge@17' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'macos 10.12/safari@10' -s 'macos 10.13/safari@11' -s 'Linux/chrome@41' \ No newline at end of file +node ./node_modules/.bin/polymer test --npm --module-resolution=node -s 'windows 10/microsoftedge@15' -s 'windows 10/microsoftedge@17' -s 'windows 8.1/internet explorer@11' -s 'macos 10.13/safari@11' -s 'macos 10.13/safari@12' -s 'macos 10.13/safari@13' -s 'Linux/chrome@41' \ No newline at end of file