aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/onap/vid/roles/RoleValidatorTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/test/java/org/onap/vid/roles/RoleValidatorTest.java')
-rw-r--r--vid-app-common/src/test/java/org/onap/vid/roles/RoleValidatorTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-app-common/src/test/java/org/onap/vid/roles/RoleValidatorTest.java b/vid-app-common/src/test/java/org/onap/vid/roles/RoleValidatorTest.java
index b303b257c..445f28400 100644
--- a/vid-app-common/src/test/java/org/onap/vid/roles/RoleValidatorTest.java
+++ b/vid-app-common/src/test/java/org/onap/vid/roles/RoleValidatorTest.java
@@ -20,7 +20,7 @@ public class RoleValidatorTest {
result = testSubject.isMsoRequestValid(mso_request);
}
- @Test
+ /*@Test
public void testIsServicePermitted() throws Exception {
RoleValidator testSubject;
String subscriberName = "";
@@ -54,6 +54,6 @@ public class RoleValidatorTest {
// default test
testSubject = createTestSubject();
result = testSubject.isTenantPermitted(globalCustomerId, serviceType, tenantName);
- }
+ }*/
} \ No newline at end of file