From 91e1a2c7331712cfd80c00042482a919ad580576 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 1 Jul 2026 04:39:15 +0200 Subject: [PATCH 1/2] Fix typo in best-practices.md --- src/tests/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/best-practices.md b/src/tests/best-practices.md index b6daffa668..c0230c6717 100644 --- a/src/tests/best-practices.md +++ b/src/tests/best-practices.md @@ -171,7 +171,7 @@ place. If a test suite can randomly spuriously fail due to flaky tests, did the whole test suite pass or did I just get lucky/unlucky? -- Flaky tests can randomly fail in full CI, wasting previous full CI resources. +- Flaky tests can randomly fail in full CI, wasting precious full CI resources. ## Compiletest directives From 44ff5abca018b8cd5a0c266451a6004d9e5464e4 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Wed, 1 Jul 2026 09:12:53 +0200 Subject: [PATCH 2/2] make more simple --- src/tests/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/best-practices.md b/src/tests/best-practices.md index c0230c6717..d1378a849a 100644 --- a/src/tests/best-practices.md +++ b/src/tests/best-practices.md @@ -171,7 +171,7 @@ place. If a test suite can randomly spuriously fail due to flaky tests, did the whole test suite pass or did I just get lucky/unlucky? -- Flaky tests can randomly fail in full CI, wasting precious full CI resources. +- Flaky tests can randomly fail in full CI, wasting precious resources. ## Compiletest directives