We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 464ef36 + b819ee2 commit 8d63459Copy full SHA for 8d63459
1 file changed
pkgs/by-name/re/redis/package.nix
@@ -98,9 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
98
--tags -leaks \
99
--skipunit integration/aof-multi-part \
100
--skipunit integration/failover \
101
- ${lib.optionalString (
102
- stdenv.hostPlatform.system == "aarch64-linux"
103
- ) "--skipunit integration/replication-rdbchannel"}
+ --skipunit integration/replication-rdbchannel
104
105
runHook postCheck
106
'';
0 commit comments