We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6274090 commit f066104Copy full SHA for f066104
test/karma.conf.js
@@ -92,7 +92,8 @@ module.exports = (config) => {
92
93
client: {
94
jasmine: {
95
- random: true
+ // TODO(jelbourn): re-enable random test order once we can de-flake existing issues.
96
+ random: false
97
}
98
},
99
});
test/remote_browsers.json
@@ -112,7 +112,7 @@
112
"base": "SauceLabs",
113
"browserName": "microsoftedge",
114
"platform": "Windows 10",
115
- "version": "14"
+ "version": "17"
116
117
"SL_ANDROID4.1": {
118
0 commit comments