diff options
Diffstat (limited to 'integration-tests/src/test/resources/ci')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml index 97ec85b31a..e6647c7fda 100644 --- a/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml +++ b/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml @@ -34,13 +34,13 @@ </methods> </class> <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.ImportVfcUiTest"/> - <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.CreateServiceSubstitutionFilterTest"/> <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.ServiceTemplateDesignUiTests"> <methods> <include name="importAndCertifyVfc"/> <include name="createBaseService"/> <include name="addComponentProperty"/> <include name="addOutputsToVF_test"/> + <include name="createSubstitutionFilter"/> </methods> </class> </classes> |