Skip to content

Commit

Permalink
feat: mark union_all test on DataFusion as flaky
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Müller <[email protected]>
  • Loading branch information
ingomueller-net committed Dec 20, 2024
1 parent 08fba2a commit 94bd227
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions substrait_consumer/test_consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def mark_consumer_tests_as_xfail(request):
"datetime/scalar/gt",
"datetime/scalar/gte",
"rounding/scalar/round",
"relation/set/union_all",
]
if any(test in str(path) for test in flaky_tests):
pytest.skip(reason="Flaky results")
Expand Down

0 comments on commit 94bd227

Please sign in to comment.