We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcaefc1 commit d83c1b8Copy full SHA for d83c1b8
tests/v2/features/on-call.feature
@@ -33,7 +33,7 @@ Feature: On-Call
33
When the request is sent
34
Then the response status is 400 Bad Request
35
36
- @team:DataDog/bugle
+ @skip-python @team:DataDog/bugle
37
Scenario: Create on-call schedule returns "Created" response
38
Given new "CreateOnCallSchedule" request
39
And there is a valid "user" in the system
@@ -159,7 +159,7 @@ Feature: On-Call
159
160
Then the response status is 404 Not Found
161
162
163
Scenario: Update on-call schedule returns "OK" response
164
Given new "UpdateOnCallSchedule" request
165
And there is a valid "schedule" in the system
0 commit comments