From c0f4e4fc8d578d5aeb6c1ec37b9b9dc991f85032 Mon Sep 17 00:00:00 2001 From: cmcmarrow Date: Mon, 17 Apr 2023 14:20:01 -0500 Subject: [PATCH] lower y --- CONTRIBUTING.rst | 2 +- doc/topics/tutorials/writing_tests.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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