Skip to content

Commit d15fe28

Browse files
remove list-tests from dotnet test (with MTP) (#45074)
1 parent 9aa42dc commit d15fe28

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/core/tools/dotnet-test.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ dotnet test
419419
[--directory <DIRECTORY_PATH>]
420420
[--test-modules <EXPRESSION>]
421421
[--root-directory <ROOT_PATH>]
422-
[--list-tests]
423422
[--max-parallel-test-modules <NUMBER>]
424423
[-a|--arch <ARCHITECTURE>]
425424
[-c|--configuration <CONFIGURATION>]
@@ -473,10 +472,6 @@ With Microsoft Testing Platform, `dotnet test` operates faster than with VSTest.
473472

474473
Specifies the root directory of the `--test-modules` option. It can only be used with the `--test-modules` option.
475474

476-
- **`--list-tests`**
477-
478-
Lists the discovered tests instead of running the tests.
479-
480475
- **`--max-parallel-test-modules <NUMBER>`**
481476

482477
Specifies the maximum number of test modules that can run in parallel.

0 commit comments

Comments
 (0)