From f56bb3920cb501d0fafa583bc851c1e7dda4aa30 Mon Sep 17 00:00:00 2001 From: vamahaja Date: Wed, 16 Sep 2020 19:11:22 +0530 Subject: [TestFix][Tier1] Move 'tier0' tests to 'tier1' Change-Id: Ie1f01771518e82eec378564ddde34ae0fb7f0ac6 Signed-off-by: vamahaja --- pytest.ini | 1 - 1 file changed, 1 deletion(-) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 20ec3833..6642f63c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,6 @@ [pytest] junit_family=legacy markers = - tier0: Tier0 functional test cases tier1: Tier1 functional test cases tier2: Tier2 functional test cases tier3: Tier3 non functional test cases -- cgit