Skip to content

Remove skip-python for oncall #2801

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2025-04-17 13:26:18.289754",
"spec_repo_commit": "12ab5180"
"regenerated": "2025-04-22 00:26:44.810647",
"spec_repo_commit": "cd9479dd"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-04-17 13:26:18.308287",
"spec_repo_commit": "12ab5180"
"regenerated": "2025-04-22 00:26:44.832893",
"spec_repo_commit": "cd9479dd"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Feature: On-Call
When the request is sent
Then the response status is 400 Bad Request

@skip-python @team:DataDog/bugle
@team:DataDog/bugle
Scenario: Create on-call schedule returns "Created" response
Given new "CreateOnCallSchedule" request
And there is a valid "user" in the system
Expand Down Expand Up @@ -159,7 +159,7 @@ Feature: On-Call
When the request is sent
Then the response status is 404 Not Found

@skip-python @team:DataDog/bugle
@team:DataDog/bugle
Scenario: Update on-call schedule returns "OK" response
Given new "UpdateOnCallSchedule" request
And there is a valid "schedule" in the system
Expand Down