From 953c7de7d331fae23ad2b11f189c4045e47d4d26 Mon Sep 17 00:00:00 2001 From: Vinnam Kim Date: Wed, 6 Mar 2024 13:49:15 +0900 Subject: [PATCH] Mark xfail to randomly failed test (#1288) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Summary - Same as title - Please see this test log https://github.com/openvinotoolkit/datumaro/actions/runs/8165527876/job/22322825428#step:6:4252 ### How to test ### Checklist - [x] I have added unit tests to cover my changes.​ - [x] I have added integration tests to cover my changes.​ - [ ] I have added the description of my changes into [CHANGELOG](https://github.com/openvinotoolkit/datumaro/blob/develop/CHANGELOG.md).​ - [x] I have updated the [documentation](https://github.com/openvinotoolkit/datumaro/tree/develop/docs) accordingly ### License - [x] I submit _my code changes_ under the same [MIT License](https://github.com/openvinotoolkit/datumaro/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern. - [x] I have updated the license header for each file (see an example below). ```python # Copyright (C) 2024 Intel Corporation # # SPDX-License-Identifier: MIT ``` Signed-off-by: Kim, Vinnam --- tests/unit/algorithms/test_RISE.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/algorithms/test_RISE.py b/tests/unit/algorithms/test_RISE.py index e8285068c8..206accc692 100644 --- a/tests/unit/algorithms/test_RISE.py +++ b/tests/unit/algorithms/test_RISE.py @@ -16,6 +16,7 @@ class RiseTest(TestCase): + @pytest.mark.xfail(reason="See ticket no. 134782") @mark_requirement(Requirements.DATUM_GENERAL_REQ) def test_rise_can_be_applied_to_classification_model(self): model = OpenvinoLauncher(