From eebaaacda31647fef9b4cf939cd4d4e1ac2238de Mon Sep 17 00:00:00 2001 From: Nyk <0xnykcd@googlemail.com> Date: Wed, 4 Mar 2026 23:21:29 +0700 Subject: [PATCH] test: exclude openclaw harness spec from default e2e suite --- playwright.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright.config.ts b/playwright.config.ts index 9a97815..f50bcea 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -2,6 +2,7 @@ import { defineConfig, devices } from '@playwright/test' export default defineConfig({ testDir: 'tests', + testIgnore: /openclaw-harness\.spec\.ts/, timeout: 60_000, expect: { timeout: 10_000