home-assistant-custom-components.mitsubishi: disable socket-dependent tests
This commit is contained in:
@@ -30,6 +30,13 @@ buildHomeAssistantComponent rec {
|
||||
pytest-homeassistant-custom-component
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# tests try to open sockets
|
||||
"test_form_success"
|
||||
"test_form_already_configured"
|
||||
"test_form_with_options"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Home Assistant Mitsubishi Air Conditioner Integration";
|
||||
changelog = "https://github.com/pymitsubishi/homeassistant-mitsubishi/releases/tag/v${version}";
|
||||
|
||||
Reference in New Issue
Block a user