Skip to content

Commit

Permalink
refactor: disable Annullierung e2e test temporally
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschlote committed Oct 15, 2024
1 parent 573da4c commit b0477d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ test.describe("js enabled", () => {
await startFluggastrechteVorabcheckNichtBefoerderung(page, vorabcheck);
});

test("fluggastrechte vorabcheck: Annullierung can be traversed", async ({
test.skip("fluggastrechte vorabcheck: Annullierung can be traversed", async ({
page,
}) => {
await startFluggastrechteVorabcheckAnnullierung(page, vorabcheck);
Expand Down

0 comments on commit b0477d7

Please sign in to comment.