Skip to content

Commit

Permalink
Skip remote tests for Thunderbird tinderbox builds (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreheringer authored and whimboo committed May 9, 2019
1 parent 97796a0 commit 0a15771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/remote/test_thunderbird.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@ def test_daily_scraper(tmpdir, args):
{'application': 'thunderbird', 'branch': 'comm-central', 'platform': 'mac'},
# Currently no debug builds are shipped for comm-central
# {'application': 'thunderbird', 'branch': 'comm-central', 'platform': 'win32', 'debug_build': True},
{'application': 'thunderbird', 'branch': 'comm-central', 'platform': 'win32', 'locale': 'de'},
# Test inappropriately causes an xpass even when it should fail
# {'application': 'thunderbird', 'branch': 'comm-central', 'platform': 'win32', 'locale': 'de'},
{'application': 'thunderbird', 'branch': 'comm-central', 'platform': 'win32', 'extension': 'txt'},
])
@pytest.mark.xfail(strict=True, reason="tinderbox builds not available in the archive")
def test_tinderbox_scraper(tmpdir, args):
"""Test tinderbox scraper against the remote server."""
mozdownload.TinderboxScraper(destination=tmpdir, **args)
Expand Down

0 comments on commit 0a15771

Please sign in to comment.