diff --git a/program/tests/test_hosts.py b/program/tests/test_hosts.py
index 1cb38dc1142aa5336059b3e7d136933b199fff8b..c3bac554388455fb3900824c812b1663ca6af50f 100644
--- a/program/tests/test_hosts.py
+++ b/program/tests/test_hosts.py
@@ -68,7 +68,6 @@ def test_retrieve_host(api_client, host):
     assert response.status_code == 200
 
 
-@pytest.mark.skip
 def test_update_host(admin_api_client, host, image):
     update = host_data(image)
     update["is_active"] = False