From 47856f732338aef177fe58b9487ed7d4c54ce2e7 Mon Sep 17 00:00:00 2001 From: Harinn Date: Thu, 23 Apr 2026 21:46:09 +0700 Subject: [PATCH] folly: disable flaky AsyncFileWriter.discard test --- pkgs/by-name/fo/folly/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/fo/folly/package.nix b/pkgs/by-name/fo/folly/package.nix index 9a956c41eeb0..61654fc99c7b 100644 --- a/pkgs/by-name/fo/folly/package.nix +++ b/pkgs/by-name/fo/folly/package.nix @@ -174,6 +174,7 @@ stdenv.mkDerivation (finalAttrs: { "singleton_thread_local_test.SingletonThreadLocalDeathTest.Overload" # very strict timing constraints, will fail under load + "logging_async_file_writer_test.AsyncFileWriter.discard" "io_async_hh_wheel_timer_test.HHWheelTimerTest.CancelTimeout" "io_async_hh_wheel_timer_test.HHWheelTimerTest.DefaultTimeout" "io_async_hh_wheel_timer_test.HHWheelTimerTest.DeleteWheelInTimeout"