chore(firefox): Don't upgrade HTTP requests to HTTPS#34465
chore(firefox): Don't upgrade HTTP requests to HTTPS#34465yury-s merged 2 commits intomicrosoft:mainfrom
Conversation
|
CC @yury-s. This will fix quite a number of test failures for BiDi. I assume it's wanted for Juggler as well. |
This comment has been minimized.
This comment has been minimized.
|
Hm, where can I actually see the BiDi results? There is no job visible. |
|
FYI, currently bidi tests run only based no when |
I changed packages/playwright-core/src/server/bidi/third_party/firefoxPrefs.ts for the preference. That's located under the bidi folder. |
|
Hm, shouldn't this be |
|
Yes sounds good, feel free to adjust it in the same PR. |
This is similar to Chrome where it is disabled as well.
…ght-core/src/server/bidi/
1e61c17 to
3565d04
Compare
Test results for "tests 1"1 failed 19 flaky37640 passed, 648 skipped Merge workflow run. |
|
I checked the results and we have 2885 passing tests with this change. It means around 80 lesser tests that fail. If you could get this PR merged I would appreciate. |
This is similar to Chrome where it is disabled as well.