Commit 3fc8b86f authored by Jamie Magee's avatar Jamie Magee
Browse files

home-assistant-custom-components.mitsubishi: disable socket-dependent tests

parent ec712607
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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}";