Disable flaky tests that are going to be broken by data URL deprecation
Content-initiated main-frame navigations to data URLs are being blocked in crbug.com/594215. After crrev.com/2702503002 lands, these test will stop working because they navigate to data URLs. The fix is to change the data URLs in these tests to HTTP urls, but doing that causes the tests to fail more often -- they start to fail on Windows. I investigated the failures and can't see a good way of fixing them (https://crbug.com/703727#c8) so I'm disabling them in the meanwhile. BUG=594215 Review-Url: https://codereview.chromium.org/2803813002 Cr-Commit-Position: refs/heads/master@{#462948}
Showing
Please register or sign in to comment