Skip to content

Commit

Permalink
chore: revert skipping the routes-expressions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Nov 26, 2024
1 parent aedaf8d commit 85dec75
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.skip('route creation page', () => {
test.describe('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 85dec75

Please sign in to comment.