Skip to content

Commit

Permalink
test: mark flake headful chromium test as fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Oct 28, 2020
1 parent 7bedbb2 commit b6e8e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/proxy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ it('should authenticate', async ({browserType, browserOptions, server}) => {
});

it('should exclude patterns', (test, { browserName, headful }) => {
test.flaky(browserName === 'chromium' && headful, 'Chromium headful crashes with CHECK(!in_frame_tree_) in RenderFrameImpl::OnDeleteFrame.');
test.fixme(browserName === 'chromium' && headful, 'Chromium headful crashes with CHECK(!in_frame_tree_) in RenderFrameImpl::OnDeleteFrame.');
}, async ({browserType, browserOptions, server}) => {
server.setRoute('/target.html', async (req, res) => {
res.end('<html><title>Served by the proxy</title></html>');
Expand Down

0 comments on commit b6e8e50

Please sign in to comment.