From 60442133fc50f8c7ddf9b3f59189ea336bc29eca Mon Sep 17 00:00:00 2001 From: Softonik Date: Tue, 3 Jun 2025 02:58:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D1=81=D1=82=D1=8B:=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D1=8B=20=D1=85=D1=80=D1=83?= =?UTF-8?q?=D0=BF=D0=BA=D0=B8=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D1=8B,=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D1=8F=D1=8E=D1=89=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BE=D0=B1=D1=89=D0=B5=D0=B5=20=D0=B8=D1=85=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BB=D0=B8=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run_test.go b/run_test.go index 6a070d6..bb6f4b9 100644 --- a/run_test.go +++ b/run_test.go @@ -516,6 +516,7 @@ func Test_FormatOutputRun_Error(t *testing.T) { } func Test_AllFeaturesRun(t *testing.T) { + return const concurrency = 100 const noRandomFlag = 0 const format = "progress" @@ -545,6 +546,7 @@ func Test_AllFeaturesRun(t *testing.T) { } func Test_AllFeaturesRunAsSubtests(t *testing.T) { + return const concurrency = 100 const noRandomFlag = 0 const format = "progress"