Home
last modified time | relevance | path

Searched refs:FLAKY (Results 1 - 1 of 1) sorted by relevance

/third_party/node/tools/
H A Dtest.py218 if FLAKY in output.test.outcomes and self.flaky_tests_mode == DONTCARE:
220 elif FLAKY in output.test.outcomes and self.flaky_tests_mode == KEEP_RETRYING:
371 if FLAKY in output.test.outcomes and self.flaky_tests_mode == DONTCARE:
390 if FLAKY in output.test.outcomes:
986 FLAKY = 'flaky' variable
1736 elif (options.flaky_tests == SKIP) and (set([SLOW, FLAKY]) & case.outcomes):

Completed in 2 milliseconds