From b9fa99a4a047424cd34e5885455005e87ff76589 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 15 Mar 2022 20:38:42 -0300 Subject: [PATCH] Excluded lib_symbol_issues in ERC tests - It misteriously started to interfere --- tests/yaml_samples/erc.kibot.yaml | 3 +++ tests/yaml_samples/erc_no_w.kibot.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tests/yaml_samples/erc.kibot.yaml b/tests/yaml_samples/erc.kibot.yaml index 640caa3d..cb8656f1 100644 --- a/tests/yaml_samples/erc.kibot.yaml +++ b/tests/yaml_samples/erc.kibot.yaml @@ -11,3 +11,6 @@ preflight: - filter: 'Ignore unconnected pad 2 of C4' number: 2 regex: 'Pad 2 of C4' + - filter: 'Ignore KiCad 6 lib_symbol_issues' + error: lib_symbol_issues + regex: '' diff --git a/tests/yaml_samples/erc_no_w.kibot.yaml b/tests/yaml_samples/erc_no_w.kibot.yaml index 74632421..a134f54b 100644 --- a/tests/yaml_samples/erc_no_w.kibot.yaml +++ b/tests/yaml_samples/erc_no_w.kibot.yaml @@ -12,3 +12,6 @@ preflight: - filter: 'Ignore unconnected pad 2 of C4' number: 2 regex: 'Pad 2 of C4' + - filter: 'Ignore KiCad 6 lib_symbol_issues' + error: lib_symbol_issues + regex: ''