Skip to content

Commit 5d3aae3

Browse files
authored
fix: temporary skip ee tests (#130)
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.
1 parent b2a5055 commit 5d3aae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/specs-ee/plugins/01-Plugins.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import baseTest from '@pw/base-test'
44
const test = baseTest()
55

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

0 commit comments

Comments
 (0)