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