summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Walters <cw@opscode.com>2010-11-02 15:32:39 -0700
committerChris Walters <cw@opscode.com>2010-11-02 15:32:39 -0700
commit5acf28d56831d2607dcc4488b95d298e37dd4dc5 (patch)
treee5aa0dfb315db36db48e2ed52085f111d73f2b27
parent70254b14e4ae52b5d26e203ec4aac13d293fa5fd (diff)
downloadchef-5acf28d56831d2607dcc4488b95d298e37dd4dc5.tar.gz
Marking another admin-related tests with tag @oss_only
-rw-r--r--features/api/nodes/cookbook_sync_api.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/api/nodes/cookbook_sync_api.feature b/features/api/nodes/cookbook_sync_api.feature
index 2a8934a81a..28aedf81fb 100644
--- a/features/api/nodes/cookbook_sync_api.feature
+++ b/features/api/nodes/cookbook_sync_api.feature
@@ -33,6 +33,7 @@ Feature: Synchronize cookbooks to the edge
When I 'GET' the path '/nodes/sync/cookbooks' using a wrong private key
Then I should get a '401 "Unauthorized"' exception
+ @oss_only
Scenario: Retrieve the list of cookbook files to synchronize as a non-admin
Given I am a non-admin
And a 'node' named 'sync' exists