You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jg...@apache.org on 2018/05/16 16:55:35 UTC

[ambari] 02/02: Do not repeatedly add same mpack to registered mpacks list.

This is an automated email from the ASF dual-hosted git repository.

jgolieb pushed a commit to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git

commit ff435c3681c24213115e7cfa2915feb5e2df8f02
Author: Jason Golieb <jg...@hortonworks.com>
AuthorDate: Tue May 15 16:23:13 2018 -0700

    Do not repeatedly add same mpack to registered mpacks list.
---
 ambari-web/test/controllers/wizard/downloadMpacks_test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/test/controllers/wizard/downloadMpacks_test.js b/ambari-web/test/controllers/wizard/downloadMpacks_test.js
index 902e7c2..97fdd61 100644
--- a/ambari-web/test/controllers/wizard/downloadMpacks_test.js
+++ b/ambari-web/test/controllers/wizard/downloadMpacks_test.js
@@ -127,7 +127,7 @@ describe('App.WizardConfigureDownloadController', function () {
     });
   });
 
-  describe.only('#loadMpackInfo', function () {
+  describe('#loadMpackInfo', function () {
     it('Adds mpackInfo to registered mpacks list only once.', function () {
       controller.set('content.registeredMpacks', []);
       var mpackInfo = { MpackInfo: { id: 1 } };

-- 
To stop receiving notification emails like this one, please contact
jgolieb@apache.org.