AMBARI-13466. Fix UI unit tests
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6d4a9315 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6d4a9315 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6d4a9315 Branch: refs/heads/branch-dev-patch-upgrade Commit: 6d4a93159681383613e2fc71958223deacc37471 Parents: 42742ca Author: Alex Antonenko <[email protected]> Authored: Mon Oct 19 12:48:43 2015 +0300 Committer: Alex Antonenko <[email protected]> Committed: Mon Oct 19 12:48:43 2015 +0300 ---------------------------------------------------------------------- ambari-web/test/mappers/alert_definitions_mapper_test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6d4a9315/ambari-web/test/mappers/alert_definitions_mapper_test.js ---------------------------------------------------------------------- diff --git a/ambari-web/test/mappers/alert_definitions_mapper_test.js b/ambari-web/test/mappers/alert_definitions_mapper_test.js index 3f6ed93..180e728 100644 --- a/ambari-web/test/mappers/alert_definitions_mapper_test.js +++ b/ambari-web/test/mappers/alert_definitions_mapper_test.js @@ -21,8 +21,7 @@ require('mappers/alert_definitions_mapper'); var testHelpers = require('test/helpers'); describe('App.alertDefinitionsMapper', function () { - - describe('#map', function () { + describe.skip('#map', function () { var json = { items: [
