Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
vkovinicTT committed Jan 3, 2025
1 parent a6cba01 commit 591d917
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions forge/test/mlir/vit/ops/test_vit_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,12 +459,7 @@ def forward(self, a):
@pytest.mark.parametrize(
"input_shape",
[
pytest.param(
(768,),
marks=pytest.mark.xfail(
reason="error: 'ttnn.reshape' op Shape attribute size must match output tensor rank"
),
),
(768,),
(768, 1),
],
)
Expand Down

0 comments on commit 591d917

Please sign in to comment.