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
pull/10142/head
Eli Schwartz 3 years ago
parent a0cade8f1d
commit bf5d11f049
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      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

Loading…
Cancel
Save