|
138 | 138 | "platforms": ["linux", "win32"], |
139 | 139 | "parameters": ["chrome", "cdp"], |
140 | 140 | "expectations": ["SKIP"] |
141 | | - }, |
142 | | - { |
143 | | - "comment": "Flaky on headful Linux CI: Chrome fails to open a new tab after last page closes due to process state races", |
144 | | - "testIdPattern": "[browser.spec] Browser specs Browser.process should keep connected after the last page is closed", |
145 | | - "platforms": ["linux"], |
146 | | - "parameters": ["chrome", "headful"], |
147 | | - "expectations": ["SKIP"] |
148 | | - }, |
149 | | - { |
150 | | - "comment": "Flaky on headful Linux CI: coverage data differs in headful mode", |
151 | | - "testIdPattern": "[coverage.spec] Coverage specs JSCoverage should report right ranges for \"per function\" scope", |
152 | | - "platforms": ["linux"], |
153 | | - "parameters": ["chrome", "headful"], |
154 | | - "expectations": ["SKIP"] |
155 | | - }, |
156 | | - { |
157 | | - "comment": "Flaky on headful Linux CI: BFCache restore causes GoBack to return null response", |
158 | | - "testIdPattern": "[navigation.spec] navigation Page.goBack should work", |
159 | | - "platforms": ["linux"], |
160 | | - "parameters": ["chrome", "headful"], |
161 | | - "expectations": ["SKIP"] |
162 | | - }, |
163 | | - { |
164 | | - "comment": "Flaky on headful Linux CI: clearDeviceMetricsOverride does not reset window.innerWidth to 0 in Xvfb", |
165 | | - "testIdPattern": "[screenshot.spec] Screenshots Page.screenshot should restore to original viewport size after taking fullPage screenshots when defaultViewport is null", |
166 | | - "platforms": ["linux"], |
167 | | - "parameters": ["chrome", "headful"], |
168 | | - "expectations": ["SKIP"] |
169 | | - }, |
170 | | - { |
171 | | - "comment": "Flaky on Firefox headless BiDi Linux CI: waitForSelector bounding box assertion fails intermittently", |
172 | | - "testIdPattern": "[waittask.spec] waittask specs Frame.waitForSelector should wait for element to be visible (bounding box)", |
173 | | - "platforms": ["linux"], |
174 | | - "parameters": ["firefox", "webDriverBiDi"], |
175 | | - "expectations": ["SKIP"] |
176 | 141 | } |
177 | 142 | ] |
0 commit comments