Skip to content

Commit

Permalink
Disable RedisMetadataReportTest on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed May 24, 2024
1 parent 721ae94 commit 3867c4d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInfo;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.OS;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.exceptions.JedisConnectionException;
import redis.clients.jedis.exceptions.JedisDataException;
Expand All @@ -54,6 +56,7 @@
import static org.apache.dubbo.metadata.ServiceNameMapping.DEFAULT_MAPPING_GROUP;
import static redis.embedded.RedisServer.newRedisServer;

@DisabledOnOs(OS.WINDOWS)
class RedisMetadataReportTest {

private static final String REDIS_URL_TEMPLATE = "redis://%slocalhost:%d",
Expand Down

0 comments on commit 3867c4d

Please sign in to comment.