cherry-pick(1.48): remove old CDNs (#34101)

This commit is contained in:
Max Schmitt 2024-12-27 13:42:58 +01:00 committed by GitHub
parent dc80964a3f
commit ad14680e1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -38,8 +38,6 @@ const BIN_PATH = path.join(__dirname, '..', '..', '..', 'bin');
const PLAYWRIGHT_CDN_MIRRORS = [
'https://playwright.azureedge.net',
'https://playwright-akamai.azureedge.net',
'https://playwright-verizon.azureedge.net',
];
if (process.env.PW_TEST_CDN_THAT_SHOULD_WORK) {

View File

@ -20,8 +20,6 @@ import type { AddressInfo } from 'net';
const CDNS = [
'https://playwright.azureedge.net',
'https://playwright-akamai.azureedge.net',
'https://playwright-verizon.azureedge.net',
];
const DL_STAT_BLOCK = /^.*from url: (.*)$\n^.*to location: (.*)$\n^.*response status code: (.*)$\n^.*total bytes: (\d+)$\n^.*download complete, size: (\d+)$\n^.*SUCCESS downloading (\w+) .*$/gm;