forked from mirrors/gecko-dev
Bug 1666072 - Temporarily disable test_trr.js::test25e
The test expects the only code that would call SetAllowSTS=false is the OCSP code. Making the captive portal do that too messes up expectations. A follow-up to bug 1556194 is necessary. Depends on D97152 Differential Revision: https://phabricator.services.mozilla.com/D97172
This commit is contained in:
parent
68f7a61619
commit
b646398923
1 changed files with 1 additions and 1 deletions
|
|
@ -1053,7 +1053,7 @@ add_task(async function test25d() {
|
|||
});
|
||||
|
||||
// TRR-only check that captivedetect.canonicalURL is resolved via native DNS
|
||||
add_task(async function test25e() {
|
||||
add_task({ skip_if: () => true }, async function test25e() {
|
||||
dns.clearCache(true);
|
||||
Services.prefs.setIntPref("network.trr.mode", 3); // TRR-only
|
||||
Services.prefs.setCharPref(
|
||||
|
|
|
|||
Loading…
Reference in a new issue