From b32075b6a363bb26efeeeb01d1a8342ef334d20d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Csneha122=E2=80=9D?= <“sneha@appsmith.com”> Date: Mon, 14 Oct 2024 16:17:13 +0530 Subject: [PATCH] chore: unskipped redis unit test case --- .../src/test/java/com/external/plugins/RedisPluginTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/server/appsmith-plugins/redisPlugin/src/test/java/com/external/plugins/RedisPluginTest.java b/app/server/appsmith-plugins/redisPlugin/src/test/java/com/external/plugins/RedisPluginTest.java index 962e008ae4d2..9cbfbef3716c 100644 --- a/app/server/appsmith-plugins/redisPlugin/src/test/java/com/external/plugins/RedisPluginTest.java +++ b/app/server/appsmith-plugins/redisPlugin/src/test/java/com/external/plugins/RedisPluginTest.java @@ -15,7 +15,6 @@ import lombok.extern.slf4j.Slf4j; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.BeforeAll; -import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.testcontainers.containers.GenericContainer; import org.testcontainers.junit.jupiter.Container; @@ -40,7 +39,6 @@ @Slf4j @Testcontainers -@Disabled public class RedisPluginTest { @Container public static final GenericContainer redis =