Bug 433238 - Skip test_context_menu.js on Android. r=bustage a=merge

CLOSED TREE

--HG--
extra : source : 17a83ec9321b01a7446f2f6bb3566c2f7c70029c
This commit is contained in:
Matthew Noorenberghe 2015-08-07 14:22:55 -07:00
parent a419cea79c
commit 12e78e2b53
2 changed files with 3 additions and 2 deletions

View File

@ -81,7 +81,7 @@ function createLoginsFragment(url, content, elementQuery) {
return {
document,
fragment: LoginManagerContextMenu.addLoginsToMenu(inputElement, browser, URI),
}
};
}
/**
@ -162,4 +162,4 @@ function loginList() {
"", "password2",
"form_field_username", "form_field_password"),
];
}
}

View File

@ -16,6 +16,7 @@ skip-if = true || os != "android" # Bug 1171687: Needs fixing on Android
# The following tests apply to any storage back-end.
[test_context_menu.js]
skip-if = os == "android" # The context menu isn't used on Android.
[test_disabled_hosts.js]
[test_getFormFields.js]
[test_getPasswordFields.js]