diff options
author | shrek2000 <orenkle@amdocs.com> | 2019-02-12 14:42:18 +0200 |
---|---|---|
committer | shrek2000 <orenkle@amdocs.com> | 2019-02-12 14:42:18 +0200 |
commit | 92142a52059341a9c44b3818328134ab6d66b744 (patch) | |
tree | b8c07c71bb33ea84148c36e67b289621661015e7 /test-apis-ci/src/main/resources | |
parent | 042f4cd9491e69177607a9e2993986a827ca956c (diff) |
Remove broken tests
Add dependent child service to service
Issue-ID: SDC-1987
Change-Id: I8da544fbc3f874a7a23ff3a59159cadc4288b4a3
Signed-off-by: shrek2000 <orenkle@amdocs.com>
Diffstat (limited to 'test-apis-ci/src/main/resources')
-rw-r--r-- | test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml b/test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml index 391ba333e4..c13c0699db 100644 --- a/test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml +++ b/test-apis-ci/src/main/resources/ci/testSuites/onapApiSanity.xml @@ -5,7 +5,6 @@ <parameter name="makeToscaValidation" value="true"/> <test name="ExternalApis"> <classes> - <class name="org.openecomp.sdc.ci.tests.servicefilter.ServiceFilterTests"/> <class name="org.openecomp.sdc.ci.tests.sanity.Onboard"/> </classes> </test> |