Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaclarke committed Jul 14, 2021
1 parent 9891dfe commit 7d9c39d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions conbench/tests/entities/test_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@


def test_get_github_commit():
# NOTE: This test intentionally hits GitHub
# NOTE: This integration test intentionally hits GitHub.
# TODO: This test will fail once it's no longer one of the most recent 1000
# commits to the apache/arrow repository.
repo = "https://github.com/apache/arrow"
sha = "3decc46119d583df56c7c66c77cf2803441c4458"
tz = dateutil.tz.tzutc()
Expand All @@ -27,7 +29,9 @@ def test_get_github_commit():


def test_get_github_commit_pull_request():
# NOTE: This test intentionally hits GitHub
# NOTE: This integration test intentionally hits GitHub.
# TODO: This test will fail once it's no longer one of the most recent 1000
# commits to the apache/arrow repository.
repo = "https://github.com/apache/arrow"
sha = "982023150ccbb06a6f581f6797c017492485b58c"
tz = dateutil.tz.tzutc()
Expand Down

0 comments on commit 7d9c39d

Please sign in to comment.