Skip to content

Commit 9dadf9a

Browse files
committed
Skip E2E test for inductor-partition + fp4
Signed-off-by: ProExpertProg <lgovedic@redhat.com>
1 parent 101f75d commit 9dadf9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/compile/test_fusions_e2e.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,11 @@ def test_tp2_attn_quant_async_tp(
334334
pytest.skip("FlashInfer attn fusion requires Blackwell and flashinfer")
335335
if inductor_graph_partition and not is_torch_equal_or_newer("2.9.0.dev"):
336336
pytest.skip("Inductor graph partition requires torch>=2.9")
337+
if inductor_graph_partition and "fp4" in model_name.lower():
338+
pytest.skip(
339+
"Known bug for fp4 fusion & inductor partition: "
340+
"https://github.com/vllm-project/vllm/issues/26988"
341+
)
337342

338343
custom_ops_list = custom_ops.split(",") if custom_ops else []
339344

0 commit comments

Comments
 (0)