Skip to content

Commit

Permalink
added flaky float/decimal marker
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed May 31, 2024
1 parent 9222763 commit b5a0bc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gateway/tests/test_tpch_with_dataframe_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def mark_tests_as_xfail(request):
request.node.add_marker(pytest.mark.xfail(reason='Duplicate field in schema'))
elif originalname in ['test_query_08', 'test_query_14']:
request.node.add_marker(pytest.mark.xfail(reason='Sum not implemented'))
elif originalname in ['test_query_15']:
request.node.add_marker(pytest.mark.xfail(reason='No results (float vs decimal)'))
elif originalname in ['test_query_17']:
request.node.add_marker(pytest.mark.xfail(reason='Avg not implemented'))

Expand Down

0 comments on commit b5a0bc4

Please sign in to comment.