1# Copyright (c) 2013 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = "Chrome OS Team" 6NAME = "dummy_Fail.dependency" 7PURPOSE = """ 8Test if dependency is properly processed, the test should be shown as TEST_NA in 9suite job result. 10""" 11CRITERIA = "This test will never succeed." 12# TODO(crbug/953089): Re-add this to test to suite:skylab_staging_test. 13ATTRIBUTES = "suite:push_to_prod" 14DEPENDENCIES = "no_such_dependency" 15TIME = "SHORT" 16TEST_CATEGORY = "General" 17TEST_CLASS = "dummy" 18TEST_TYPE = "client" 19 20DOC = """ 21This is a helper test that will fail in a number of ways. 22""" 23 24job.run_test('dummy_Fail', tag='Error', to_throw='TestError') 25