diff --git a/tests/layer_tests/tensorflow_tests/test_tf_LRN.py b/tests/layer_tests/tensorflow_tests/test_tf_LRN.py index fca38831276..ee4e344a1d2 100644 --- a/tests/layer_tests/tensorflow_tests/test_tf_LRN.py +++ b/tests/layer_tests/tensorflow_tests/test_tf_LRN.py @@ -26,7 +26,7 @@ class TestLRN(CommonTFLayerTest): ] @pytest.mark.parametrize("params", test_data_basic) - @pytest.mark.precommit_tf_fe + #@pytest.mark.precommit_tf_fe - ticket 116032 @pytest.mark.nightly @pytest.mark.skipif(os.getenv("GITHUB_ACTIONS") == 'true', reason="Ticket - 113362") def test_lrn_basic(self, params, ie_device, precision, ir_version, temp_dir,