diff --git a/cli/tests/integrations/test_package.py b/cli/tests/integrations/test_package.py index c0c1aba..b2121c3 100644 --- a/cli/tests/integrations/test_package.py +++ b/cli/tests/integrations/test_package.py @@ -399,6 +399,8 @@ def test_uninstall_multiple_apps(): assert_command(['dcos', 'package', 'uninstall', 'helloworld', '--all']) + watch_all_deployments() + def test_list(zk_znode): _list()