Skip to content

Commit

Permalink
Disable test case for entity name (#96012)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jul 6, 2023
1 parent 4096614 commit d18716e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/helpers/test_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,8 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
(True, "Entity Blu", "Device Bla", "Device Bla Entity Blu", False),
(True, None, "Device Bla", "Device Bla", False),
(True, "Entity Blu", UNDEFINED, "Entity Blu", False),
(True, "Entity Blu", None, "Mock Title Entity Blu", False),
# Not valid on RC
# (True, "Entity Blu", None, "Mock Title Entity Blu", False),
),
)
async def test_friendly_name_attr(
Expand Down

0 comments on commit d18716e

Please sign in to comment.