Searched refs:flaky_tests (Results 1 – 2 of 2) sorted by relevance
43 self.flaky_tests = 0200 if flaky > 0 and isinstance(self.flaky_tests, int):201 self.flaky_tests = flaky206 self.flaky_tests = 'some'
163 if not flaky and shortname and shortname in flaky_tests:1453 flaky_tests = set() variable1458 if test.flaky: flaky_tests.add(test.name)