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

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

parent 3fc8b86f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -34,6 +34,12 @@ buildHomeAssistantComponent rec {
  ]
  ++ home-assistant.getPackages "camera" home-assistant.python.pkgs;

  disabledTests = [
    # tests try to open sockets
    "test_thumbnail_camera_from_img_to_none"
    "test_bad_connection_config_flow"
  ];

  #skip phases with nothing to do
  dontConfigure = true;