浏览代码

test(e2e): skip page-search test for now

Andelf 3 年之前
父节点
当前提交
d05392e139
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      e2e-tests/page-search.spec.ts

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

@@ -157,6 +157,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, "ü", ["ü", "ü", "Ü"])
 })