Skip to content

Commit 8d63459

Browse files
redis: skip test integration/replication-rdbchannel (#422467)
2 parents 464ef36 + b819ee2 commit 8d63459

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pkgs/by-name/re/redis/package.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
9898
--tags -leaks \
9999
--skipunit integration/aof-multi-part \
100100
--skipunit integration/failover \
101-
${lib.optionalString (
102-
stdenv.hostPlatform.system == "aarch64-linux"
103-
) "--skipunit integration/replication-rdbchannel"}
101+
--skipunit integration/replication-rdbchannel
104102
105103
runHook postCheck
106104
'';

0 commit comments

Comments
 (0)