From c716c94b9aee1b72b136169334ebe80510708a18 Mon Sep 17 00:00:00 2001 From: "a.lipay" Date: Thu, 20 Oct 2022 20:04:20 +0300 Subject: [PATCH] Add load mark Signed-off-by: a.lipay --- pytest_tests/testsuites/load/test_load.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest_tests/testsuites/load/test_load.py b/pytest_tests/testsuites/load/test_load.py index 9fe7493..7f6dfab 100644 --- a/pytest_tests/testsuites/load/test_load.py +++ b/pytest_tests/testsuites/load/test_load.py @@ -15,6 +15,7 @@ CONTAINERS_COUNT = 1 OBJ_COUNT = 3 +@pytest.mark.load class TestLoad: @pytest.fixture(autouse=True) def clear_cache_and_data(self, hosting: Hosting):