summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-09-08 11:50:25 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-09-15 06:46:35 +0000
commit7a7bc44620528c9904e9d86a195270dcfcc87941 (patch)
treeb49198067f0f9b1f5936d2ab5c2438431ae81707
parenta4c2cbbc6f9696feb88e663a0d41e393764d0fca (diff)
Exclude Doctor from Functest for fuel scenarios
Doctor, as part of the feature project, is FAIL on fuel scenarios JIRA: FUNCTEST-192 Change-Id: Ic5b9b4afe80fbb2d5887bdf46410a0fc72e7be37 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit 3097840a4cf0d4c4a32ce24b38af4cc2c601526b)
-rw-r--r--ci/testcases.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/testcases.yaml b/ci/testcases.yaml
index 3a9ecbebd..409bc007d 100644
--- a/ci/testcases.yaml
+++ b/ci/testcases.yaml
@@ -130,7 +130,7 @@ tiers:
description: >-
Test suite from Doctor project.
dependencies:
- installer: '(apex)|(fuel)'
+ installer: 'apex'
scenario: '^((?!fdio).)*$'
-