diff --git a/test/integration_tests/actual_server_test.py b/test/integration_tests/actual_server_test.py index d19a6b6..9983acf 100644 --- a/test/integration_tests/actual_server_test.py +++ b/test/integration_tests/actual_server_test.py @@ -77,7 +77,6 @@ def server_process(server, host_and_port, url): @pytest.mark.parametrize("server_type", ["actual"]) -@pytest.mark.skip() def test_server_predict(url, real_pdf, real_expected_service_response): response = requests.post(f"{url}/predict", data=real_pdf) response.raise_for_status()