diff --git a/tests/test_404.py b/tests/test_404.py index a1726c4b..4fd4888f 100644 --- a/tests/test_404.py +++ b/tests/test_404.py @@ -20,7 +20,6 @@ def test_status_code_returns_404(self, mozwebqa): response = requests.get(url) Assert.equal(response.status_code, 404) - @pytest.mark.xfail(reason='Bug 744671 - x-robots-tag header not set after redirect') @pytest.mark.nondestructive def test_xrobots_tag_is_present(self, mozwebqa): """Test for X-Robots-Tag header"""