diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 42255742eb0..5903a856723 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -538,7 +538,7 @@ You can enable or disable test groups locally by passing their respected flag: * --core-tests - Tests of any speed that test the root parts of salt. * --flaky-jail - Test that need to be temporarily skipped. -In Your PR, you can enable or disable test groups by setting a label. +In your PR, you can enable or disable test groups by setting a label. All fast, slow, and core tests specified in the change file will always run. * test:no-fast diff --git a/doc/topics/tutorials/writing_tests.rst b/doc/topics/tutorials/writing_tests.rst index b0505060215..244091c663e 100644 --- a/doc/topics/tutorials/writing_tests.rst +++ b/doc/topics/tutorials/writing_tests.rst @@ -507,7 +507,7 @@ You can enable or disable test groups locally by passing there respected flag: * --core-tests * --flaky-jail -In Your PR you can enable or disable test groups by setting a label. +In your PR you can enable or disable test groups by setting a label. All thought the fast, slow and core tests specified in the change file will always run. * test:no-fast