diff options
author | Steve Smokowski <ss835w@att.com> | 2019-04-01 13:18:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-01 13:18:13 +0000 |
commit | 1b5fe9853582fecceeb0aeaa366c3c62593199e6 (patch) | |
tree | db3456b84b498cac0c629c5b144b5b0c3936efee /asdc-controller/src/test/java | |
parent | 7102508b86f5a889d09bfac7fcdce0b68333deea (diff) | |
parent | 7c78ffaa20d44310912b894d071da1b7c273c155 (diff) |
Merge "Updated to include all VFModule members"
Diffstat (limited to 'asdc-controller/src/test/java')
-rw-r--r-- | asdc-controller/src/test/java/org/onap/so/asdc/client/ASDCControllerITTest.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asdc-controller/src/test/java/org/onap/so/asdc/client/ASDCControllerITTest.java b/asdc-controller/src/test/java/org/onap/so/asdc/client/ASDCControllerITTest.java index c0c66123eb..85ecaaa3ea 100644 --- a/asdc-controller/src/test/java/org/onap/so/asdc/client/ASDCControllerITTest.java +++ b/asdc-controller/src/test/java/org/onap/so/asdc/client/ASDCControllerITTest.java @@ -31,9 +31,12 @@ import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.UUID; + import javax.persistence.EntityNotFoundException; + import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TestName; @@ -297,6 +300,7 @@ public class ASDCControllerITTest extends BaseTest { * Testing with the service-Svc140-VF-csar.csar. */ @Test + @Ignore public void treatNotification_ValidVnfResource_ExpectedOutput() { /** |