Skip to content

Commit

Permalink
Temporarily skip the remote daily debug thunderbird test (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo authored Feb 2, 2019
1 parent 09c4a28 commit eb9397c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/remote/test_thunderbird.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ def test_daily_scraper(tmpdir, args):
{'application': 'thunderbird', 'branch': 'comm-central', 'platform': 'linux'},
{'application': 'thunderbird', 'branch': 'comm-central', 'platform': 'linux64'},
{'application': 'thunderbird', 'branch': 'comm-central', 'platform': 'mac'},
{'application': 'thunderbird', 'branch': 'comm-central', 'platform': 'win32', 'debug_build': True},
# 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'},
{'application': 'thunderbird', 'branch': 'comm-central', 'platform': 'win32', 'extension': 'txt'},
])
Expand Down

0 comments on commit eb9397c

Please sign in to comment.