1NAME = 'Flaky client side test' 2AUTHOR = 'scottz' 3TIME = 'SHORT' 4TEST_CATEGORY = 'Functional' 5TEST_CLASS = 'General' 6TEST_TYPE = 'client' 7ATTRIBUTES = "suite:dummyflake" 8SUITE = 'dummyflake' 9RETRIES = 2 10 11 12DOC = """ 13Test that randomly fails half the time. Will be attempted 3 times. 14""" 15 16job.run_test('flaky_test', seconds=1) 17