mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
Backed out changeset a8520d54fccb for ESlint failure at test_trr.js:684:30. CLOSED TREE
This commit is contained in:
parent
094a24980d
commit
104c343759
@ -678,20 +678,6 @@ add_task(async function test24c() {
|
||||
await new DNSListener("bar.example.com", "127.0.0.1");
|
||||
});
|
||||
|
||||
// TRR-first check that DNS result is used if domain is part of the excluded-domains pref that contains things before it.
|
||||
add_task(async function test24d() {
|
||||
dns.clearCache(true);
|
||||
Services.prefs.setCharPref("network.trr.excluded-domains", "foo.test.com, bar.example.com");
|
||||
await new DNSListener("bar.example.com", "127.0.0.1");
|
||||
});
|
||||
|
||||
// TRR-first check that DNS result is used if domain is part of the excluded-domains pref that contains things after it.
|
||||
add_task(async function test24e() {
|
||||
dns.clearCache(true);
|
||||
Services.prefs.setCharPref("network.trr.excluded-domains", "bar.example.com, foo.test.com");
|
||||
await new DNSListener("bar.example.com", "127.0.0.1");
|
||||
});
|
||||
|
||||
// TRR-only that resolving localhost with TRR-only mode will use the remote
|
||||
// resolver if it's not in the excluded domains
|
||||
add_task(async function test25() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user