Skip to content

Commit

Permalink
Remove Ignore testPutAndGet in AttributeCacheServiceSqlTest
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiLandiak committed Sep 16, 2024
1 parent 2c06947 commit dbaee10
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
package org.thingsboard.server.dao.service.attributes.sql;

import org.junit.Ignore;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.thingsboard.server.cache.TbCacheValueWrapper;
Expand Down Expand Up @@ -46,7 +45,6 @@ public class AttributeCacheServiceSqlTest extends AbstractServiceTest {
VersionedTbCache<AttributeCacheKey, AttributeKvEntry> cache;

@Test
@Ignore("Edge is not updating the version of an entity")
public void testPutAndGet() {
AttributeCacheKey testKey = new AttributeCacheKey(AttributeScope.CLIENT_SCOPE, DEVICE_ID, TEST_KEY);
AttributeKvEntry testValue = new BaseAttributeKvEntry(new StringDataEntry(TEST_KEY, TEST_VALUE), 1, 1L);
Expand Down

0 comments on commit dbaee10

Please sign in to comment.