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({
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue