Skip to content

Commit 09363d9

Browse files
Fix flaky Get App returns Gone response test
DD_QNFCYF Co-authored-by: oliverli <1127543+oliverli@users.noreply.github.com>
1 parent d8b087c commit 09363d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

features/v2/app_builder.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ Feature: App Builder
8989
When the request is sent
9090
Then the response status is 400 Bad Request
9191

92-
@skip-typescript @team:DataDog/app-builder-backend
92+
@skip-typescript @team:DataDog/app-builder-backend @replay-only
9393
Scenario: Get App returns "Gone" response
94-
Given new "GetApp" request
95-
And there is a valid "app" in the system
94+
Given there is a valid "app" in the system
95+
And new "GetApp" request
9696
And request contains "app_id" parameter from "app.data.id"
9797
And request contains "version" parameter with value "31"
9898
When the request is sent

0 commit comments

Comments
 (0)