Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury-Fridlyand committed Oct 4, 2024
1 parent cd9883e commit 1365b39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public void watch(GlideClusterClient clusterClient) {
assertEquals(helloString, clusterClient.get(key2).get());
assertEquals(helloString, clusterClient.get(key3).get());

// https://github.com/valkey-io/valkey-glide/issues/2380
// TODO activate test when https://github.com/valkey-io/valkey-glide/issues/2380 fixed
// ExecutionException executionException =
// assertThrows(ExecutionException.class, () -> clusterClient.watch(new String[]
// {}).get());
Expand Down

0 comments on commit 1365b39

Please sign in to comment.