Skip to content

Commit f9a88d5

Browse files
author
Cristian Tuns
committed
Backed out changeset 2d8b29ef38c0 (bug 1831292) for causing Gecko decision task bustages CLOSED TREE
1 parent 83546ae commit f9a88d5

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

dom/credentialmanagement/identity/tests/mochitest/mochitest.ini

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ prefs =
66
privacy.antitracking.enableWebcompat=false # disables opener heuristic
77
scheme = https
88
skip-if = xorigin
9-
|| http3 # Bug 1838420
109

1110
support-files =
1211
head.js
@@ -35,15 +34,23 @@ support-files =
3534
server_idtoken_redirect_accounts.sjs
3635
server_idtoken_redirect_idtoken.sjs
3736

37+
[test_simple.html]
38+
skip-if =
39+
http3
40+
[test_no_accounts.html]
41+
[test_two_accounts.html]
42+
skip-if =
43+
http3
3844
[test_accounts_error.html]
39-
[test_accounts_redirect.html]
40-
[test_delay_reject.html]
41-
[test_empty_provider_list.html]
42-
[test_get_without_providers.html]
45+
skip-if =
46+
http3 # Bug 1815477
4347
[test_idtoken_error.html]
48+
[test_accounts_redirect.html]
4449
[test_idtoken_redirect.html]
45-
[test_no_accounts.html]
46-
[test_simple.html]
47-
[test_two_accounts.html]
48-
[test_two_providers.html]
4950
[test_wrong_provider_in_manifest.html]
51+
[test_get_without_providers.html]
52+
[test_empty_provider_list.html]
53+
[test_two_providers.html]
54+
skip-if =
55+
http3
56+
[test_delay_reject.html]

0 commit comments

Comments
 (0)