Skip to content

Commit

Permalink
remove xfail test maxpool2d
Browse files Browse the repository at this point in the history
  • Loading branch information
mstojkovicTT committed Mar 8, 2025
1 parent 65fa97c commit 911cb7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions forge/test/mlir/operators/nn/test_nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,31 +85,27 @@ def forward(self, x):
2,
0,
True,
marks=pytest.mark.xfail(reason="Invalid arguments to reshape"),
),
pytest.param(
(1, 64, 55, 54),
3,
2,
0,
True,
marks=pytest.mark.xfail(reason="Invalid arguments to reshape"),
),
pytest.param(
(1, 128, 26, 26),
3,
2,
0,
True,
marks=pytest.mark.xfail(reason="Invalid arguments to reshape"),
),
pytest.param(
(1, 256, 26, 26),
3,
2,
0,
True,
marks=pytest.mark.xfail(reason="Invalid arguments to reshape"),
),
pytest.param(
(1, 96, 54, 54),
Expand Down

0 comments on commit 911cb7d

Please sign in to comment.