Skip to content

Commit

Permalink
[MO Tests] Switch off legacy test_reduce_lp test (#26196)
Browse files Browse the repository at this point in the history
**Details:** Switch off legacy test_reduce_lp test

**Ticket:** 150423

---------

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
  • Loading branch information
rkazants authored Aug 23, 2024
1 parent 8a08bb9 commit 6d0d771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/mo/unit_tests/mo/ops/ReduceOps_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

import pytest
import unittest

import numpy as np

Expand All @@ -21,6 +22,7 @@


class TestReduceLpTest():
@unittest.skip("Skipped due to function array_equal failure")
@pytest.mark.parametrize("shape, axes, keepdims, p",[
([3, 2, 2], [0], True, 1),
([3, 2, 2], [0], True, 2),
Expand Down

0 comments on commit 6d0d771

Please sign in to comment.