From 778bfa65d6dc6192c1e79ba0fb371a22dc1b652a Mon Sep 17 00:00:00 2001 From: Maddiaa <47148561+Maddiaa0@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:54:03 +0800 Subject: [PATCH] chore(cli): exclude kind smoke test from flake list (#12518) --- .test_patterns.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test_patterns.yml b/.test_patterns.yml index 8e8ee1d6c75..623ee8a1049 100644 --- a/.test_patterns.yml +++ b/.test_patterns.yml @@ -169,7 +169,7 @@ tests: owners: - *mitch - - regex: "spartan/bootstrap.sh test-kind" + - regex: "spartan/bootstrap.sh test-kind(?!-smoke)" # Exclude smoke test from this list owners: - *phil - *mitch