We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d3ec5 commit 06ecb27Copy full SHA for 06ecb27
examples/tpch/_tests.py
@@ -72,7 +72,10 @@ def check_q17(df):
72
("q08_market_share", "q8"),
73
("q09_product_type_profit_measure", "q9"),
74
("q10_returned_item_reporting", "q10"),
75
- ("q11_important_stock_identification", "q11"),
+ pytest.param(
76
+ "q11_important_stock_identification", "q11",
77
+ marks=pytest.mark.xfail # https://github.com/apache/datafusion-python/issues/730
78
+ ),
79
("q12_ship_mode_order_priority", "q12"),
80
("q13_customer_distribution", "q13"),
81
("q14_promotion_effect", "q14"),
0 commit comments