Commit e93feede authored by Masatoshi Kimura's avatar Masatoshi Kimura
Browse files

Bug 1851596 - Skip test on platforms earlier than Windows 10. r=test-only a=pascalc


Since ESR 115 still supports Windows 7/8.1, we have to skip the test on
those platforms.

Differential Revision: https://phabricator.services.mozilla.com/D187879
parent 4d522cba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ add_task(async function restore_default() {
});

add_task(async function ensure_fallback() {
  if (AppConstants.platform != "win") {
  if (!AppConstants.isPlatformAndVersionAtLeast("win", "10")) {
    info("Nothing to test on non-Windows");
    return;
  }