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"""