зеркало из https://github.com/mozilla/gecko-dev.git
Bug 864761 - Remove old debug build check from two tests. r=mbrubeck
This commit is contained in:
Родитель
1d4d5bda1e
Коммит
c4cc6801fc
|
@ -213,11 +213,6 @@ gTests.push({
|
|||
});
|
||||
|
||||
function test() {
|
||||
if (isDebugBuild()) {
|
||||
todo(false, "selection tests can't run in debug builds.");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!isLandscapeMode()) {
|
||||
todo(false, "browser_selection_tests need landscape mode to run.");
|
||||
return;
|
||||
|
|
|
@ -144,11 +144,6 @@ gTests.push({
|
|||
});
|
||||
|
||||
function test() {
|
||||
if (isDebugBuild()) {
|
||||
todo(false, "selection tests can't run in debug builds.");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!isLandscapeMode()) {
|
||||
todo(false, "browser_selection_tests need landscape mode to run.");
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче