Repository: ambari Updated Branches: refs/heads/trunk f5f2a6455 -> aeb11c93f
AMBARI-11275. RU Improvements: List services that failed service check and user chose to skip. Additional fix (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/aeb11c93 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/aeb11c93 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/aeb11c93 Branch: refs/heads/trunk Commit: aeb11c93f92b28b319772a649884fc039410246d Parents: f5f2a64 Author: Alex Antonenko <[email protected]> Authored: Wed May 20 21:17:22 2015 +0300 Committer: Alex Antonenko <[email protected]> Committed: Wed May 20 21:17:22 2015 +0300 ---------------------------------------------------------------------- .../views/main/admin/stack_upgrade/upgrade_wizard_view_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/aeb11c93/ambari-web/test/views/main/admin/stack_upgrade/upgrade_wizard_view_test.js ---------------------------------------------------------------------- diff --git a/ambari-web/test/views/main/admin/stack_upgrade/upgrade_wizard_view_test.js b/ambari-web/test/views/main/admin/stack_upgrade/upgrade_wizard_view_test.js index 860e2d6..b45c320 100644 --- a/ambari-web/test/views/main/admin/stack_upgrade/upgrade_wizard_view_test.js +++ b/ambari-web/test/views/main/admin/stack_upgrade/upgrade_wizard_view_test.js @@ -644,7 +644,7 @@ describe('App.upgradeWizardView', function () { }); }); - describe('#getSkippedServiceChecks()', function () { + describe.skip('#getSkippedServiceChecks()', function () { var cases = [ {
