Skip to content

Commit d7fe120

Browse files
committed
stop l10n from running for the moment
1 parent 6d73381 commit d7fe120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/testrail_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def reportable(platform_to_test=None):
177177
logging.warning(
178178
f"Potentially matching run found for {platform}, may be reportable. ({covered_suites} out of {num_suites} site/region mappings already reported.)"
179179
)
180-
return covered_suites < num_suites
180+
return covered_suites < num_suites - 2 # account for some incomplete mappings
181181
else:
182182
covered_suites = 0
183183
for entry in plan_entries:

0 commit comments

Comments
 (0)