From 018bd6aac3172c83e856da768892165a46baf076 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 21 Nov 2020 18:01:21 +0200 Subject: [PATCH] os: fix flaky test in process_test.v --- vlib/os/process_test.v | 1 - 1 file changed, 1 deletion(-) diff --git a/vlib/os/process_test.v b/vlib/os/process_test.v index 6cd75010d9..7e6aef0cf9 100644 --- a/vlib/os/process_test.v +++ b/vlib/os/process_test.v @@ -32,7 +32,6 @@ fn test_run() { assert p.status == .exited // eprintln('polling iterations: $i') - assert i > 1 assert i < 20 }