1# Copyright 2019 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 = 'dbeckett'
6NAME = 'policy_ArcDisableScreenshots.not_set'
7# Disable this test until it can be fixed: http://b/170958240
8# ATTRIBUTES = 'suite:ent-nightly, suite:policy'
9TIME = 'SHORT'
10TEST_CATEGORY = 'General'
11TEST_CLASS = 'enterprise'
12TEST_TYPE = 'client'
13DEPENDENCIES = "arc, internal_display"
14
15DOC = '''
16Verify the 'policy_DisableScreenshots' policy will allow the screenshots
17within the ARC container as well, when the policy is not set.
18
19'''
20
21job.run_test('policy_ArcDisableScreenshots',
22             case=None)
23