valkey: skip more flakey tests

This commit is contained in:
K900
2025-04-05 09:17:20 +03:00
parent 2441331ce7
commit f378d8544a
+3 -1
View File
@@ -85,12 +85,14 @@ stdenv.mkDerivation (finalAttrs: {
sed -i '/^proc wait_load_handlers_disconnected/{n ; s/wait_for_condition 50 100/wait_for_condition 50 500/; }' \
tests/support/util.tcl
# skip some more flaky tests
./runtest \
--no-latency \
--timeout 2000 \
--clients $NIX_BUILD_CORES \
--tags -leaks \
--skipunit integration/failover # flaky and slow
--skipunit integration/failover \
--skipunit integration/aof-multi-part
runHook postCheck
'';