--- app/test/autotest_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test/autotest_runner.py b/app/test/autotest_runner.py index 72c40e85fdd2..8aa4d45569db 100644 --- a/app/test/autotest_runner.py +++ b/app/test/autotest_runner.py @@ -279,7 +279,7 @@ def __filter_test(self, test): if "_autotest" in test_id: test_id = test_id[:-len("_autotest")] - # filter out blocklisted/allowlisted tests + # filter out blocked/allowed tests if self.blocklist and test_id in self.blocklist: return False if self.allowlist and test_id not in self.allowlist: -- 2.27.0