From 12b1df5db37c5ca5b20394c8d708e914a8208db9 Mon Sep 17 00:00:00 2001 From: Maxim Vafin Date: Thu, 20 Jul 2023 23:34:43 +0200 Subject: [PATCH] Disable sporadically failing tests (#18694) --- tests/layer_tests/tensorflow_tests/test_tf_LRN.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,