summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/xpcshell.toml')
-rw-r--r--netwerk/test/unit/xpcshell.toml17
1 files changed, 12 insertions, 5 deletions
diff --git a/netwerk/test/unit/xpcshell.toml b/netwerk/test/unit/xpcshell.toml
index dd5957abdb..fb3791963d 100644
--- a/netwerk/test/unit/xpcshell.toml
+++ b/netwerk/test/unit/xpcshell.toml
@@ -35,9 +35,11 @@ support-files = [
# https://bugzilla.mozilla.org/show_bug.cgi?id=1816325
# Several tests rely on redirecting to data: URIs, which was allowed for a long
# time but now forbidden. So we enable it just for these tests.
+# Native HTTPS query changes timings for some tests. Disable it for now.
prefs = [
"dom.serviceWorkers.enabled=true",
- "network.allow_redirect_to_data=true",
+ "network.allow_redirect_to_data=true",
+ "network.dns.native_https_query=false",
]
["test_1073747.js"]
@@ -106,8 +108,6 @@ skip-if = [
["test_auth_dialog_permission.js"]
-["test_auth_jar.js"]
-
["test_auth_multiple.js"]
["test_auth_proxy.js"]
@@ -434,7 +434,6 @@ run-sequentially = "node server exceptions dont replay well"
run-sequentially = "node server exceptions dont replay well"
["test_channel_close.js"]
-skip-if = ["os == 'win' && socketprocess_networking && !debug"]
["test_channel_long_domain.js"]
@@ -444,7 +443,9 @@ skip-if = ["os == 'win' && socketprocess_networking && !debug"]
prefs = ["security.allow_eval_with_system_principal=true"]
["test_client_auth_with_proxy.js"]
-skip-if = ["os == 'android'"]
+skip-if = [
+ "os == 'android'",
+]
["test_coaleasing_h2_and_h3_connection.js"]
skip-if = [
@@ -606,6 +607,9 @@ skip-if = ["!nightly_build"] # OHTTP Config manager not currently shipped to rel
["test_http2-proxy-failing.js"]
run-sequentially = "node server exceptions dont replay well"
+skip-if = [
+ "os == 'win'" # https://bugzilla.mozilla.org/show_bug.cgi?id=1881334
+]
["test_http2-proxy.js"]
run-sequentially = "one http2 node proxy is used for all tests, this test is using global session counter"
@@ -731,6 +735,7 @@ run-sequentially = "http3server"
skip-if = [
"os == 'android'",
"os == 'win' && msix", # https://bugzilla.mozilla.org/show_bug.cgi?id=1807931
+ "true", # Will be reenabled in bug 1865394
]
run-sequentially = "http3server"
@@ -856,6 +861,8 @@ run-sequentially = "node server exceptions dont replay well"
["test_multipart_streamconv_missing_lead_boundary.js"]
+["test_multipart_set_cookie.js"]
+
["test_nestedabout_serialize.js"]
["test_net_addr.js"]