From 784b2dcb296740bf282adbfecffccc5b421adf4f Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 23 Jan 2024 12:33:45 +0000 Subject: [PATCH] tornado test_redirects is no longer an online test --- tests/integration/test_tornado.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/test_tornado.py b/tests/integration/test_tornado.py index 16455a3..dc1bb8b 100644 --- a/tests/integration/test_tornado.py +++ b/tests/integration/test_tornado.py @@ -160,7 +160,6 @@ def test_post(get_client, tmpdir, scheme): assert 1 == cass.play_count -@pytest.mark.online @pytest.mark.gen_test def test_redirects(get_client, tmpdir, httpbin): """Ensure that we can handle redirects"""