Skip to content

Commit

Permalink
Disable Redis Graph tests (#3856)
Browse files Browse the repository at this point in the history
We use redis-stack-server image to test all module commands. RedisGraph module has been removed from that image.
  • Loading branch information
sazzad16 committed Jul 9, 2024
1 parent fd2c5e7 commit f73de40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
import redis.clients.jedis.graph.ResultSet;
import redis.clients.jedis.graph.Statistics;
import redis.clients.jedis.graph.entities.*;

import redis.clients.jedis.modules.RedisModuleCommandsTestBase;

@org.junit.Ignore
public class GraphAPITest extends RedisModuleCommandsTestBase {

@BeforeClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import redis.clients.jedis.graph.entities.Property;
import redis.clients.jedis.modules.RedisModuleCommandsTestBase;

@org.junit.Ignore
public class GraphPipelineTest extends RedisModuleCommandsTestBase {

// private Connection c;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import redis.clients.jedis.graph.entities.Property;
import redis.clients.jedis.modules.RedisModuleCommandsTestBase;

@org.junit.Ignore
public class GraphTransactionTest extends RedisModuleCommandsTestBase {

// private Connection c;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import redis.clients.jedis.graph.ResultSet;
import redis.clients.jedis.modules.RedisModuleCommandsTestBase;

@org.junit.Ignore
public class GraphValuesTest extends RedisModuleCommandsTestBase {

@BeforeClass
Expand Down

0 comments on commit f73de40

Please sign in to comment.