Skip to content

Commit ea43309

Browse files
committed
drop xfail since qwen-image mask is fixed
1 parent c76fc30 commit ea43309

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/models/testing_utils/parallelism.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ def test_context_parallel_inference(self, cp_type, batch_size: int = 1):
200200
f"Context parallel inference failed: {return_dict.get('error', 'Unknown error')}"
201201
)
202202

203-
@pytest.mark.xfail(reason="Context parallel may not support batch_size > 1")
204203
@pytest.mark.parametrize("cp_type", ["ulysses_degree", "ring_degree"], ids=["ulysses", "ring"])
205204
def test_context_parallel_batch_inputs(self, cp_type):
206205
self.test_context_parallel_inference(cp_type, batch_size=2)

0 commit comments

Comments
 (0)