test: exclude openclaw harness spec from default e2e suite

This commit is contained in:
Nyk 2026-03-04 23:21:29 +07:00
parent caf1dbf5ef
commit eebaaacda3
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import { defineConfig, devices } from '@playwright/test'
export default defineConfig({ export default defineConfig({
testDir: 'tests', testDir: 'tests',
testIgnore: /openclaw-harness\.spec\.ts/,
timeout: 60_000, timeout: 60_000,
expect: { expect: {
timeout: 10_000 timeout: 10_000