Home | History | Annotate | Download | only in flaky_test
      1 NAME = 'Flaky client side test'
      2 AUTHOR = 'scottz'
      3 TIME = 'SHORT'
      4 TEST_CATEGORY = 'Functional'
      5 TEST_CLASS = 'General'
      6 TEST_TYPE = 'client'
      7 ATTRIBUTES = "suite:dummyclientretries, suite:dummyflake"
      8 
      9 
     10 DOC = """
     11 Test that randomly fails half the time.
     12 """
     13 
     14 job.run_test('flaky_test', seconds=1)
     15