Skip to content

Fix flaky test test_matchingarchitecturecheck

David Runge requested to merge fix_flaky_test_for_real into main

tests/action/test_check.py: Fix flaky test test_matchingarchitecturecheck(). As packages of type "any" may end up in a repository with another architecture, the Check will not fail on them, so adapt the expected return value accordingly.

Fixes #131 (closed)

Merge request reports