testSaveTenantWithIsolatedProfileInMonolithSetup ignored because Tenant validator have no such validation since queue config feature
This commit is contained in:
parent
1ae8522bef
commit
3ebd9e8992
@ -17,6 +17,7 @@ package org.thingsboard.server.dao.service;
|
|||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.jupiter.api.Assertions;
|
import org.junit.jupiter.api.Assertions;
|
||||||
import org.mockito.Mockito;
|
import org.mockito.Mockito;
|
||||||
@ -321,6 +322,7 @@ public abstract class BaseTenantServiceTest extends AbstractServiceTest {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore // because Tenant validator have no such validation since queue config feature
|
||||||
@Test
|
@Test
|
||||||
public void testSaveTenantWithIsolatedProfileInMonolithSetup() {
|
public void testSaveTenantWithIsolatedProfileInMonolithSetup() {
|
||||||
TenantProfile tenantProfile = new TenantProfile();
|
TenantProfile tenantProfile = new TenantProfile();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user