From 2152a077034f694cbebf7f77cf77b415becdf7ea Mon Sep 17 00:00:00 2001 From: xjules Date: Fri, 20 Dec 2024 11:45:36 +0100 Subject: [PATCH] Rem. comment --- tests/ert/unit_tests/shared/test_port_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ert/unit_tests/shared/test_port_handler.py b/tests/ert/unit_tests/shared/test_port_handler.py index f6de340830e..b06a41d861b 100644 --- a/tests/ert/unit_tests/shared/test_port_handler.py +++ b/tests/ert/unit_tests/shared/test_port_handler.py @@ -311,7 +311,6 @@ def test_reuse_active_close_nok_ok(unused_tcp_port): assert sock.fileno() != -1 -# This test is disabled because it is not clear if zmq needs it def test_reuse_active_live_nok_nok(unused_tcp_port): """ Executive summary of this test