From 5bdcb35a8b5fedd04ecfc966cf3c1d139b20c420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Armando=20Garc=C3=ADa=20Sancio?= Date: Wed, 1 Jul 2015 15:44:51 -0700 Subject: [PATCH] Need to wait for uninstall to finish in test --- cli/tests/integrations/test_package.py | 2 ++ 1 file changed, 2 insertions(+) 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()