From f5b7e3392a0ad9085578d8f4f5b5e7e117df0f5f Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Tue, 30 Nov 2021 12:05:35 +0100 Subject: [PATCH] [tests] skip /halfapi/exception test --- tests/test_debug_routes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_debug_routes.py b/tests/test_debug_routes.py index f96f4a7..4f17594 100644 --- a/tests/test_debug_routes.py +++ b/tests/test_debug_routes.py @@ -25,6 +25,7 @@ def test_error(application_debug): r = c.get('/halfapi/error/500') assert r.status_code == 500 +@pytest.skip def test_exception(application_debug): c = TestClient(application_debug) try: