@@ -26,11 +26,7 @@ exports.config = {
26
26
// ...generateSauceLabsCapabilities('chrome', '125', ['macOS 11'], { excludes: [] }), // PASSED 449
27
27
// ...generateSauceLabsCapabilities('chrome', '103', ['OS X 10.11'], { excludes: [] }), // PASSED 449
28
28
29
- // ...generateSauceLabsCapabilities('firefox', '126', ['macOS 11.00'], { excludes: ['CLS', 'INP', 'FCP'] }),// 449, 452, 453 failed, TEST
30
-
31
- ...generateSauceLabsCapabilities ( 'firefox' , '126' , [ 'macOS 11.00' ] , { excludes : [ 'FID' , 'CLS' , 'INP' , 'TTFB' , 'FCP' ] } ) , // TEST
32
- ...generateSauceLabsCapabilities ( 'firefox' , '126' , [ 'macOS 11.00' ] , { excludes : [ 'LCP' , 'CLS' , 'INP' , 'TTFB' , 'FCP' ] } ) , // TEST
33
- ...generateSauceLabsCapabilities ( 'firefox' , '126' , [ 'macOS 11.00' ] , { excludes : [ 'LCP' , 'FID' , 'CLS' , 'INP' , 'FCP' ] } ) , // TEST
29
+ ...generateSauceLabsCapabilities ( 'firefox' , '126' , [ 'macOS 11.00' ] , { excludes : [ 'LCP' , 'CLS' , 'INP' , 'TTFB' , 'FCP' ] } ) , // 449, 452, 453 failed, TEST
34
30
35
31
// ...generateSauceLabsCapabilities('MicrosoftEdge', '80', ['macOS 10.12', 'Windows 10', 'OS X 10.10'], { excludes: ['INP', 'TTFB', 'FCP'] }), // PASSED 449
36
32
// ...generateSauceLabsCapabilities('chrome', '78', ['macOS 10.12', 'Windows 7', 'OS X 10.10'], { excludes: ['FID', 'INP', 'TTFB', 'FCP'] }), // PASSED 449
0 commit comments