소스 검색

test(e2e): temporarily skip alias testing

Junyi Du 3 년 전
부모
커밋
33318c395b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      e2e-tests/page-search.spec.ts

+ 1 - 1
e2e-tests/page-search.spec.ts

@@ -161,6 +161,6 @@ async function alias_test(page: Page, page_name: string, search_kws: string[]) {
   // TODO: search clicking (alias property)
 }
 
-test('page diacritic alias', async ({ page }) => {
+test.skip('page diacritic alias', async ({ page }) => {
   await alias_test(page, "ü", ["ü", "ü", "Ü"])
 })