diff --git a/run_wml_tests b/run_wml_tests index af4e9b4bd30f..ac5871da0344 100755 --- a/run_wml_tests +++ b/run_wml_tests @@ -134,6 +134,9 @@ class WesnothRunner: args.append("-u") args.append(test.name) if self.timeout == 0: + if test.status == UnitTestResult.TIMEOUT: + print('Skipping test', test_list[0].name, 'because timeout is disabled') + return timeout = None else: if len(test_list) == 1: