Disable sporadically failing tests (#18694)
This commit is contained in:
parent
8d5a0b1d53
commit
12b1df5db3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user