Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #27660 from mnjul/bug_1125703_disable_kb_build_int…
Browse files Browse the repository at this point in the history
…_test

Bug 1125703 - Disable Gaia Keyboard Build Integration Tests until bug 1119731 is fixed
  • Loading branch information
rvandermeulen committed Jan 26, 2015
2 parents eaaab51 + e1cf42a commit bbe4036
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/keyboard/test/build/integration/keyboard_test.js
Expand Up @@ -81,7 +81,9 @@ suite('Keyboard layouts building tests', function() {
});

// Build with all layouts and dictionaries
test('APP=keyboard GAIA_KEYBOARD_LAYOUTS=* ' +
// XXX: bug 1125703: disable this test until bug 1119731's
// false-negative is resolved.
test.skip('APP=keyboard GAIA_KEYBOARD_LAYOUTS=* ' +
'GAIA_KEYBOARD_PRELOAD_DICT_LAYOUTS=* make', function(done) {
var cmd = 'APP=keyboard GAIA_KEYBOARD_LAYOUTS=* ' +
'GAIA_KEYBOARD_PRELOAD_DICT_LAYOUTS=* make';
Expand Down Expand Up @@ -184,7 +186,9 @@ suite('Keyboard layouts building tests', function() {
});

// Build with all layouts with no dictionaries
test('APP=keyboard GAIA_KEYBOARD_LAYOUTS=noPreloadDictRequired ' +
// XXX: bug 1125703: disable this test until bug 1119731's
// false-negative is resolved.
test.skip('APP=keyboard GAIA_KEYBOARD_LAYOUTS=noPreloadDictRequired ' +
'GAIA_KEYBOARD_PRELOAD_DICT_LAYOUTS="" make',
function(done) {
var cmd = 'APP=keyboard GAIA_KEYBOARD_LAYOUTS=noPreloadDictRequired ' +
Expand Down

0 comments on commit bbe4036

Please sign in to comment.