Skip to content

Commit

Permalink
fix: temporary skip ee tests (#130)
Browse files Browse the repository at this point in the history
the gateway edition detection was not functional due to PR Kong/kong-ee#7290,
we need disable the ee-related tests until Kong/kong#12097 get merged.
  • Loading branch information
nekolab authored Nov 27, 2023
1 parent b2a5055 commit 5d3aae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playwright/specs-ee/plugins/01-Plugins.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import baseTest from '@pw/base-test'
const test = baseTest()

test.describe('PLACEHOLDER', () => {
test('is enterprise edition', async ({ page }) => {
test.skip('is enterprise edition', async ({ page }) => {
await page.goto('/')
await expect(page.locator('[aria-label="Gateway"] .info-list')).toContainText('enterprise')
})
Expand Down

0 comments on commit 5d3aae3

Please sign in to comment.