diff options
| author | HiFiPHile <[email protected]> | 2026-08-25 10:53:55 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-08-25 10:53:55 +0200 |
| commit | 934bc7d683272a0f439a0ea6fc76917ef6f931f1 (patch) | |
| tree | 077fac1dd0486710ecf721b12a29dd75784648a5 | |
| parent | 91f3cd0d1df198ec4a5b19b5eaa6551c47c4af52 (diff) | |
fix ci-select-test
Signed-off-by: HiFiPHile <[email protected]>
| -rw-r--r-- | test/hil/test/test_ci_metrics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hil/test/test_ci_metrics.py b/test/hil/test/test_ci_metrics.py index 6f1511913..a502feb70 100644 --- a/test/hil/test/test_ci_metrics.py +++ b/test/hil/test/test_ci_metrics.py @@ -569,7 +569,7 @@ class TestWorkflowSelectionHandOff(unittest.TestCase): break finally: os.chdir(cwd) - self.assertEqual(diverging, {'imxrt', 'lpc11', 'lpc18', 'lpc54', 'mcx', 'rx', + self.assertEqual(diverging, {'imxrt', 'lpc11', 'lpc18', 'lpc54', 'mcx', 'nrf', 'rx', 'samd11', 'samd2x_l2x', 'samd5x_e5x', 'stm32l0', 'stm32l4', 'tm4c'}, 'the set of families whose membrowse upload can land on an ' |
