Skip to content

Commit ac22ea3

Browse files
committed
Bug 1809709 - Disable tests on linux1804 opt and windows 11 debug for frequent failures. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D232965 UltraBlame original commit: e592cfb830634b1f669a8e6918179300fd844de7
1 parent 1dc2c69 commit ac22ea3

File tree

1 file changed

+47
-0
lines changed
  • browser/extensions/formautofill/test/browser/address

1 file changed

+47
-0
lines changed

browser/extensions/formautofill/test/browser/address/browser.toml

+47
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,53 @@ browser_address_telemetry
370370
js
371371
"
372372
]
373+
skip
374+
-
375+
if
376+
=
377+
[
378+
"
379+
os
380+
=
381+
=
382+
'
383+
linux
384+
'
385+
&
386+
&
387+
os_version
388+
=
389+
=
390+
'
391+
18
392+
.
393+
04
394+
'
395+
&
396+
&
397+
processor
398+
=
399+
=
400+
'
401+
x84_64
402+
'
403+
&
404+
&
405+
opt
406+
"
407+
#
408+
Bug
409+
1809709
410+
"
411+
win11_2009
412+
&
413+
&
414+
debug
415+
"
416+
#
417+
Bug
418+
1809709
419+
]
373420
[
374421
"
375422
browser_autofill_whenhidden

0 commit comments

Comments
 (0)