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

Commit

Permalink
Merge pull request #89 from teodosia/remove-xfail-view-source
Browse files Browse the repository at this point in the history
Remove xfail for TestViewSource.test_view_source_addon
  • Loading branch information
stephendonner committed Jan 7, 2013
2 parents 8eea7a3 + 77a0036 commit d8dfee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_view_source.py
Expand Up @@ -10,7 +10,6 @@


class TestViewSource: class TestViewSource:


@pytest.mark.xfail(reason='Bug 822250 - [dev] 500: Server Error is returned when clicking an add-on')
@pytest.mark.nondestructive @pytest.mark.nondestructive
def test_view_source_addon(self, mozwebqa): def test_view_source_addon(self, mozwebqa):
#This test is to check viewing the source of an addon while not logged in #This test is to check viewing the source of an addon while not logged in
Expand Down

0 comments on commit d8dfee0

Please sign in to comment.