Skip to content

Commit

Permalink
test: skipping routes-expressions tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Nov 26, 2024
1 parent da578e8 commit 6e26628
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const test = baseTest().extend<{
routeCreatePage: async ({ page }, use) => use(new RouteCreatePage(page)),
})

test.describe('route creation page', () => {
test.describe.skip('route creation page', () => {
// We assume that Gateway used to run this test group against has router_flavor = expressions
// Otherwise, we will make it fail here ...
test.beforeAll(async () => {
Expand Down

0 comments on commit 6e26628

Please sign in to comment.