Browse Source

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

pull/8174/head
Oleksandra Matviienko 3 years ago
parent
commit
3ebd9e8992
  1. 2
      dao/src/test/java/org/thingsboard/server/dao/service/BaseTenantServiceTest.java

2
dao/src/test/java/org/thingsboard/server/dao/service/BaseTenantServiceTest.java

@ -17,6 +17,7 @@ package org.thingsboard.server.dao.service;
import org.junit.After;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.jupiter.api.Assertions;
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
public void testSaveTenantWithIsolatedProfileInMonolithSetup() {
TenantProfile tenantProfile = new TenantProfile();

Loading…
Cancel
Save