Skip to content

Commit 06ecb27

Browse files
marked q11 tpch example as expected fail
Ref apache#730
1 parent 67d3ec5 commit 06ecb27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/tpch/_tests.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ def check_q17(df):
7272
("q08_market_share", "q8"),
7373
("q09_product_type_profit_measure", "q9"),
7474
("q10_returned_item_reporting", "q10"),
75-
("q11_important_stock_identification", "q11"),
75+
pytest.param(
76+
"q11_important_stock_identification", "q11",
77+
marks=pytest.mark.xfail # https://github.com/apache/datafusion-python/issues/730
78+
),
7679
("q12_ship_mode_order_priority", "q12"),
7780
("q13_customer_distribution", "q13"),
7881
("q14_promotion_effect", "q14"),

0 commit comments

Comments
 (0)