From fdb0cb1c0692d57d03ef15ce841e25c4cd12a706 Mon Sep 17 00:00:00 2001 From: eric-forte-elastic Date: Fri, 17 May 2024 22:43:23 -0400 Subject: [PATCH] Add test_config --- custom_rules/etc/test_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_rules/etc/test_config.yaml b/custom_rules/etc/test_config.yaml index 58918073f93..472998b7308 100644 --- a/custom_rules/etc/test_config.yaml +++ b/custom_rules/etc/test_config.yaml @@ -8,4 +8,5 @@ unit_tests: - tests.test_gh_workflows.TestWorkflows.test_matrix_to_lock_version_defaults - tests.test_schemas.TestVersionLockSchema.test_version_lock_has_nested_previous - tests.test_packages.TestRegistryPackage.test_registry_package_config - - tests.test_all_rules.TestValidRules.test_schema_and_dupes \ No newline at end of file + - tests.test_all_rules.TestValidRules.test_schema_and_dupes + - tests.test_all_rules.TestBuildTimeFields.test_build_fields_min_stack \ No newline at end of file