test: exclude openclaw harness spec from default e2e suite
This commit is contained in:
parent
caf1dbf5ef
commit
eebaaacda3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue