testSaveTenantWithIsolatedProfileInMonolithSetup ignored because Tenant validator have no such validation since queue config feature

This commit is contained in:
Oleksandra Matviienko 2023-03-06 16:33:36 +01:00
parent 1ae8522bef
commit 3ebd9e8992

View File

@ -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();