Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Remove xfail for test_xrobots_tag_is_present
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Hutusoru authored and Andrei Hutusoru committed Nov 18, 2013
1 parent 27fdf37 commit 76d9b2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_404.py
Expand Up @@ -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"""
Expand Down

0 comments on commit 76d9b2f

Please sign in to comment.