Skip to content

Commit

Permalink
Revert some stuff.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jul 2, 2024
1 parent a6f2b29 commit 148eaf8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions java/integTest/src/test/java/glide/PubSubTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -835,10 +835,9 @@ public void transaction_with_all_types_of_PubsubMessages(
boolean standalone, boolean useCallback) {
assumeTrue(REDIS_VERSION.isGreaterThanOrEqualTo("7.0.0"), "This feature added in redis 7");
skipTestsOnMac();
// assumeTrue(
// standalone, // TODO activate tests after fix
// "Test doesn't work on cluster due to Cross Slot error, probably a bug in
// `redis-rs`");
assumeTrue(
standalone, // TODO activate tests after fix
"Test doesn't work on cluster due to Cross Slot error, probably a bug in `redis-rs`");

String prefix = "channel";
String pattern = prefix + "*";
Expand Down

0 comments on commit 148eaf8

Please sign in to comment.