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 bb376db commit 3609ddb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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 @@ -45,6 +47,7 @@
import static org.apache.dubbo.common.constants.CommonConstants.SYNC_REPORT_KEY;
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 3609ddb

Please sign in to comment.