• 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:dummyflake"
8RETRIES = 2
9
10
11DOC = """
12Test that randomly fails half the time. Will be attempted 3 times.
13"""
14
15job.run_test('flaky_test', seconds=1)
16