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 authored Jun 7, 2024
1 parent e597766 commit 32d69ad
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 @@ -22,9 +22,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
@RunWith(Parameterized.class)
public class GraphAPITest extends RedisModuleCommandsTestBase {

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

@org.junit.Ignore
@RunWith(Parameterized.class)
public class GraphPipelineTest extends RedisModuleCommandsTestBase {

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
@RunWith(Parameterized.class)
public class GraphTransactionTest extends RedisModuleCommandsTestBase {

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

@org.junit.Ignore
@RunWith(Parameterized.class)
public class GraphValuesTest extends RedisModuleCommandsTestBase {

Expand Down

0 comments on commit 32d69ad

Please sign in to comment.