Commit 924e3d85 authored by Henrik Skupin's avatar Henrik Skupin
Browse files

Bug 1763456 - [wdspec] Disable print to PDF tests for Android debug due to...

Bug 1763456 - [wdspec] Disable print to PDF tests for Android debug due to crashes for isolated-process jobs. r=webdriver-reviewers,jgraham

Differential Revision: https://phabricator.services.mozilla.com/D143085
parent dceac043
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
[printcmd.py]
  disabled:
    if (os == "android") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1763456

  [test_no_top_browsing_context]
    disabled:
      if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1506782
+3 −0
Original line number Diff line number Diff line
[user_prompts.py]
  disabled:
    if (os == "android") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1763456

  [test_ignore[capabilities0-alert\]]
    expected:
      if (os == "linux") and debug and not swgl: [PASS, ERROR]