From bf5d11f049d139e47ef0fff1708b492fba46cc00 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sun, 20 Mar 2022 10:24:03 -0400 Subject: [PATCH] docs: fix incorrect default for test is_parallel In the original RefMan 2.0 implementation, this incorrectly started claiming that the default is false. Fixes #10155 --- docs/yaml/functions/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/yaml/functions/test.yaml b/docs/yaml/functions/test.yaml index bc9ad03eb..4e791671c 100644 --- a/docs/yaml/functions/test.yaml +++ b/docs/yaml/functions/test.yaml @@ -50,7 +50,7 @@ kwargs_inherit: benchmark kwargs: is_parallel: type: bool - default: false + default: true description: | when false, specifies that no other test must be running at the same time as this test