Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1From 77d703b11d298f6be88b04f7e8ca85de139e82be Mon Sep 17 00:00:00 2001 2From: Morgan Jones <me@numin.it> 3Date: Mon, 5 May 2025 20:34:02 -0700 4Subject: [PATCH] process: disable KillLongRunningChild test 5 6--- 7 packages/process/_test.pony | 3 ++- 8 1 file changed, 2 insertions(+), 1 deletion(-) 9 10diff --git a/packages/process/_test.pony b/packages/process/_test.pony 11index fe9fdb04..756588f9 100644 12--- a/packages/process/_test.pony 13+++ b/packages/process/_test.pony 14@@ -18,7 +18,8 @@ actor \nodoc\ Main is TestList 15 test(_TestChdir) 16 test(_TestExpect) 17 test(_TestFileExecCapabilityIsRequired) 18- test(_TestKillLongRunningChild) 19+ // (@booxter/@numinit) Appears to be flaky. 20+ // test(_TestKillLongRunningChild) 21 test(_TestLongRunningChild) 22 test(_TestNonExecutablePathResultsInExecveError) 23 test(_TestPrintvOrdering) 24-- 252.47.0 26