Skip to content

Commit

Permalink
Ignore dask-expr in test_report.py script (#8464)
Browse files Browse the repository at this point in the history
Until dask-expr isn't failing so many tests
  • Loading branch information
milesgranger committed Jan 16, 2024
1 parent ff79b19 commit 33b2c72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions continuous_integration/scripts/test_report.py
Expand Up @@ -389,6 +389,10 @@ def download_and_parse_artifacts(
if a["name"].startswith("test-results") and repo.endswith("/dask"):
continue

# NOTE: Temporarily ignore reporting dask-expr related test cases
if "dask-expr" in a["name"]:
continue

# Note: we assign a column with the workflow run timestamp rather
# than the artifact timestamp so that artifacts triggered under
# the same workflow run can be aligned according to the same trigger
Expand Down

0 comments on commit 33b2c72

Please sign in to comment.