diff --git a/tests/unit/test_pipe.py b/tests/unit/test_pipe.py index cc497b513cd5..11c76fff926e 100644 --- a/tests/unit/test_pipe.py +++ b/tests/unit/test_pipe.py @@ -17,10 +17,6 @@ from common import distributed_test -pytest.skip( - "skipping until we can figure out what's causing these to hang inside our CI", - allow_module_level=True) - def rel_diff(A, B): return abs(A - B) / abs(A)