Skip to content

Commit 37670b4

Browse files
committed
Disable broken optional tests.
1 parent ea6c817 commit 37670b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/browser-providers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ const sauceAliases: AliasMap = {
314314
'BETA': ['SL_CHROMEBETA', 'SL_FIREFOXBETA'],
315315
'DEV': ['SL_CHROMEDEV', 'SL_FIREFOXDEV'],
316316
'REQUIRED': buildConfiguration('unitTest', 'SL', true),
317-
'OPTIONAL': buildConfiguration('unitTest', 'SL', false)
317+
'OPTIONAL': buildConfiguration('unitTest', null, false)
318318
};
319319

320320
const browserstackAliases: AliasMap = {
@@ -329,7 +329,7 @@ const browserstackAliases: AliasMap = {
329329
'IOS': ['BS_IOS7', 'BS_IOS8', 'BS_IOS9'],
330330
'SAFARI': ['BS_SAFARI7', 'BS_SAFARI8', 'BS_SAFARI9'],
331331
'REQUIRED': buildConfiguration('unitTest', 'BS', true),
332-
'OPTIONAL': buildConfiguration('unitTest', 'BS', false)
332+
'OPTIONAL': buildConfiguration('unitTest', null, false)
333333
};
334334

335335
export const platformMap: { [name: string]: AliasMap } = {

0 commit comments

Comments
 (0)