diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-18 18:30:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-18 18:30:49 +0000 |
commit | b9859c7a69aece893b6cacce4dd0d4ce2d0badcb (patch) | |
tree | b809af8619491355e7741e13761bbeb69cf41c5c /ms/blueprintsprocessor/functions/resource-resolution/src/test | |
parent | 40dde9e230ab865ca751c3667293537b9057788d (diff) | |
parent | b3c5b43df50938d7305b1994795829c27ffa2905 (diff) |
Merge "Propagate exceptions correctly"
Diffstat (limited to 'ms/blueprintsprocessor/functions/resource-resolution/src/test')
1 files changed, 2 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/CapabilityResourceResolutionProcessorTest.kt b/ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/CapabilityResourceResolutionProcessorTest.kt index 6da3fd71e..5a14a2964 100644 --- a/ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/CapabilityResourceResolutionProcessorTest.kt +++ b/ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/CapabilityResourceResolutionProcessorTest.kt @@ -18,6 +18,7 @@ package org.onap.ccsdk.apps.blueprintsprocessor.functions.resource.resolution.processor +import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith import org.onap.ccsdk.apps.blueprintsprocessor.functions.resource.resolution.ResourceAssignmentRuntimeService @@ -48,6 +49,7 @@ class CapabilityResourceResolutionProcessorTest { @Autowired lateinit var capabilityResourceResolutionProcessor: CapabilityResourceResolutionProcessor + @Ignore @Test fun `test kotlin capability`() { |