From 3fa07fb77223c9db4f3cde5c249fe34cf2e29093 Mon Sep 17 00:00:00 2001 From: "Brent E. Edwards" Date: Fri, 27 Mar 2026 21:40:54 +0000 Subject: [PATCH] test: align #1080 expected-fail tags with TDD schema Add @tdd_issue and @tdd_issue_1080 so the expected-fail scenario passes the global tag validator during unit_tests. --- features/tdd_exec_env_resolution_precedence.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/tdd_exec_env_resolution_precedence.feature b/features/tdd_exec_env_resolution_precedence.feature index af1577a1e..11e249451 100644 --- a/features/tdd_exec_env_resolution_precedence.feature +++ b/features/tdd_exec_env_resolution_precedence.feature @@ -1,4 +1,4 @@ -@tdd_bug @tdd_bug_1080 @mock_only +@tdd_issue @tdd_issue_1080 @tdd_bug @tdd_bug_1080 @mock_only Feature: TDD Bug #1080 — execution environment resolution ignores project-level override As a developer I want execution environment resolution to honour the 6-level precedence chain