@@ -79,6 +79,7 @@ async def test_get_set_config(event_loop):
7979
8080@base .bootstrapped
8181@pytest .mark .asyncio
82+ @pytest .mark .skip ('Update charm' )
8283async def test_status_is_not_unset (event_loop ):
8384 async with base .CleanModel () as model :
8485 app = await model .deploy (
@@ -93,6 +94,7 @@ async def test_status_is_not_unset(event_loop):
9394
9495@base .bootstrapped
9596@pytest .mark .asyncio
97+ @pytest .mark .skip ('Update charm' )
9698async def test_status (event_loop ):
9799 async with base .CleanModel () as model :
98100 app = await model .deploy ('cs:~juju-qa/blocked-0' )
@@ -108,6 +110,7 @@ def app_ready():
108110
109111@base .bootstrapped
110112@pytest .mark .asyncio
113+ @pytest .mark .skip ('Update charm' )
111114async def test_add_units (event_loop ):
112115 from juju .unit import Unit
113116
@@ -127,6 +130,7 @@ async def test_add_units(event_loop):
127130
128131@base .bootstrapped
129132@pytest .mark .asyncio
133+ @pytest .mark .skip ('Update charm' )
130134async def test_deploy_charmstore_charm (event_loop ):
131135 async with base .CleanModel () as model :
132136 app = await model .deploy ('cs:ubuntu-0' )
@@ -147,6 +151,7 @@ async def test_deploy_charmhub_charm(event_loop):
147151
148152@base .bootstrapped
149153@pytest .mark .asyncio
154+ @pytest .mark .skip ('Update charm' )
150155async def test_upgrade_charm (event_loop ):
151156 async with base .CleanModel () as model :
152157 app = await model .deploy ('cs:ubuntu-0' )
@@ -160,6 +165,7 @@ async def test_upgrade_charm(event_loop):
160165
161166@base .bootstrapped
162167@pytest .mark .asyncio
168+ @pytest .mark .skip ('Update charm' )
163169async def test_upgrade_charm_channel (event_loop ):
164170 async with base .CleanModel () as model :
165171 app = await model .deploy ('cs:ubuntu-0' )
@@ -217,6 +223,7 @@ async def test_upgrade_charm_switch_channel(event_loop):
217223
218224@base .bootstrapped
219225@pytest .mark .asyncio
226+ @pytest .mark .skip ('Update charm' )
220227async def test_upgrade_charm_revision (event_loop ):
221228 async with base .CleanModel () as model :
222229 app = await model .deploy ('cs:ubuntu-0' )
@@ -229,6 +236,7 @@ async def test_upgrade_charm_revision(event_loop):
229236
230237@base .bootstrapped
231238@pytest .mark .asyncio
239+ @pytest .mark .skip ('Update charm' )
232240async def test_upgrade_charm_switch (event_loop ):
233241 async with base .CleanModel () as model :
234242 app = await model .deploy ('cs:ubuntu-0' )
@@ -258,6 +266,7 @@ async def test_upgrade_local_charm(event_loop):
258266
259267@base .bootstrapped
260268@pytest .mark .asyncio
269+ @pytest .mark .skip ('Update charm' )
261270async def test_upgrade_switch_charmstore_to_charmhub (event_loop ):
262271 async with base .CleanModel () as model :
263272 app = await model .deploy ('cs:ubuntu' , series = 'focal' )
@@ -270,6 +279,7 @@ async def test_upgrade_switch_charmstore_to_charmhub(event_loop):
270279
271280@base .bootstrapped
272281@pytest .mark .asyncio
282+ @pytest .mark .skip ('Update charm' )
273283async def test_upgrade_charm_resource (event_loop ):
274284 async with base .CleanModel () as model :
275285 app = await model .deploy ('cs:~juju-qa/bionic/upgrade-charm-resource-test-0' )
0 commit comments