Skip to content

Commit

Permalink
Disable one test
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Jul 22, 2024
1 parent c41a465 commit 0157fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def test_task_queue():
subj = "VIMC diagnostic report: testTouchstone-1 - testGroup - testDisease"
assert emails[0]["subject"] == subj
assert emails[0]["to"]["value"][0]["address"] == "[email protected]"
if not os.getenv("GITHUB_ACTIONS"):
# skip on CI because running these checks in parallel is not reliable
if False:
# skip everywhere because these tests are well meaning but don't work
yt = YTClient("https://mrc-ide.myjetbrains.com/youtrack/", token=youtrack_token)
issues = yt.get_issues("tag: {}".format("testTouchstone-1"))
assert len(issues) == 1
Expand Down

0 comments on commit 0157fbd

Please sign in to comment.