Skip to content

Commit 2b352e7

Browse files
committed
Remove unneeded testcase
1 parent 314688d commit 2b352e7

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

tests/test_smile.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1553,28 +1553,6 @@ async def test_connect_adam_plus_anna_new(self):
15531553
await smile.close_connection()
15541554
await self.disconnect(server, client)
15551555

1556-
@pytest.mark.asyncio
1557-
async def test_connect_adam_plus_anna_new_copy_dhw_and_heating(self):
1558-
"""Test Adam with Anna and heating and domestic_hot_water heating at the same time."""
1559-
testdata = {
1560-
# Central
1561-
"2743216f626f43948deec1f7ab3b3d70": {
1562-
"binary_sensors": {"dhw_state": True, "heating_state": True},
1563-
},
1564-
# Lisa Badkamer
1565-
"453e510de7cb47af8ec5b44fbf40cbe5": {
1566-
"control_state": "heating",
1567-
},
1568-
}
1569-
1570-
self.smile_setup = "adam_plus_anna_new_copy_dhw_and_heating"
1571-
server, smile, client = await self.connect_wrapper()
1572-
1573-
await self.device_test(smile, testdata)
1574-
1575-
await smile.close_connection()
1576-
await self.disconnect(server, client)
1577-
15781556
@pytest.mark.asyncio
15791557
async def test_connect_adam_zone_per_device(self):
15801558
"""Test a broad setup of Adam with a zone per device setup."""

0 commit comments

Comments
 (0)