blob: a0adf7293522c937e6160379a09b8d37c5636490 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
AUTHOR = "Chrome OS Team"
NAME = "Flaky"
TIME = "LONG"
TEST_CATEGORY = "Functional"
TEST_CLASS = "suite"
TEST_TYPE = "server"
DOC = """
This test suite runs automated tests that are flaky. Once a test has
demonstrated stable PASS it will be moved into control.bvt or
control.regression.
"""
# List of client tests with parameters
TESTS = [
('desktopui_SpeechSynthesisSemiAuto', {}),
('graphics_O3DSelenium', {}),
('logging_UncleanShutdown', {}),
]
job.distribute_across_machines(TESTS, machines)