From f1fb5363b83721853e1c8e376ac06961bbc53595 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 16 Mar 2018 03:36:07 +0100 Subject: Disable features in nofeature scenario MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only Funtest testcases are verifying the referent scenarios. Change-Id: I29dfa012e9cba39216fdd58e5fd59255844f335b Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 2e822d6dd..fe6bb16a0 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -268,7 +268,7 @@ tiers: Test suite from Doctor project. dependencies: installer: 'apex' - scenario: '^((?!fdio).)*$' + scenario: '^((?!fdio|nofeature).)*$' run: module: 'xtesting.core.feature' class: 'BashFeature' -- cgit 1.2.3-korg