Skip to content

Commit

Permalink
E2E Tests: Disable QUIC as it's sometimes unstable (#97403)
Browse files Browse the repository at this point in the history
and browsers don't fallback :(
  • Loading branch information
aidvu authored Dec 12, 2024
1 parent 56f4f13 commit d9ae2a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const targetDeviceOptions = getTargetDeviceOptions();
const launchOptions: LaunchOptions = {
headless: envVariables.HEADLESS,
slowMo: envVariables.SLOW_MO,
args: [ '--disable-quic' ],
};

// Options for the BrowserContext level.
Expand Down

0 comments on commit d9ae2a7

Please sign in to comment.