From ad6641ad8a14d9a7c51b1cc4ecacd1ae25d84570 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sat, 7 Oct 2023 22:43:31 +0300 Subject: [PATCH] Added/Updated tests\functional\view\create\test_10.py: Test not needed: there are lot tests which use this functionality. --- tests/functional/view/create/test_10.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/view/create/test_10.py b/tests/functional/view/create/test_10.py index eafde7d0..4ceb4c28 100644 --- a/tests/functional/view/create/test_10.py +++ b/tests/functional/view/create/test_10.py @@ -31,6 +31,7 @@ View Source: SELECT ID AS VID, NAME FROM T1 """ +@pytest.mark.skip("Test not needed: there are lot tests which use this functionality.") @pytest.mark.version('>=3.0') def test_1(act: Action): act.expected_stdout = expected_stdout