@@ -19,7 +19,7 @@ Feature: Key Management
1919 When the request is sent
2020 Then the response status is 400 Bad Request
2121
22- @team:DataDog/credentials-management
22+ @skip-terraform-config @ team:DataDog/credentials-management
2323 Scenario : Create a personal access token returns "Created" response
2424 Given a valid "appKeyAuth" key in the system
2525 And new "CreatePersonalAccessToken" request
@@ -249,7 +249,7 @@ Feature: Key Management
249249 When the request is sent
250250 Then the response status is 404 Not Found
251251
252- @team:DataDog/credentials-management
252+ @skip-terraform-config @ team:DataDog/credentials-management
253253 Scenario : Get a personal access token returns "OK" response
254254 Given a valid "appKeyAuth" key in the system
255255 And there is a valid "personal_access_token" in the system
@@ -339,7 +339,7 @@ Feature: Key Management
339339 And the response "data[0].type" is equal to "application_keys"
340340 And the response "data[0].attributes" has field "last_used_at"
341341
342- @team:DataDog/credentials-management
342+ @skip-terraform-config @ team:DataDog/credentials-management
343343 Scenario : Get all personal access tokens returns "OK" response
344344 Given a valid "appKeyAuth" key in the system
345345 And there is a valid "personal_access_token" in the system
@@ -398,7 +398,7 @@ Feature: Key Management
398398 And the response "data.attributes" has field "scopes"
399399 And the response "data.attributes" has field "last_used_at"
400400
401- @team:DataDog/credentials-management
401+ @skip-terraform-config @ team:DataDog/credentials-management
402402 Scenario : Revoke a personal access token returns "No Content" response
403403 Given a valid "appKeyAuth" key in the system
404404 And there is a valid "personal_access_token" in the system
@@ -433,7 +433,7 @@ Feature: Key Management
433433 When the request is sent
434434 Then the response status is 404 Not Found
435435
436- @team:DataDog/credentials-management
436+ @skip-terraform-config @ team:DataDog/credentials-management
437437 Scenario : Update a personal access token returns "OK" response
438438 Given a valid "appKeyAuth" key in the system
439439 And there is a valid "personal_access_token" in the system
0 commit comments