Fix docker prober

This commit is contained in:
Przemek Więch
2026-07-04 00:04:40 +02:00
parent 31c3f4698b
commit fa2636e8b1
2 changed files with 1 additions and 6 deletions

View File

@@ -25,11 +25,6 @@ export default defineConfig({
projects: [
{
name: 'prober',
// docker.spec.ts is excluded from local runs (npm run test:probers)
// because it requires a running Docker container. The CI workflow
// explicitly passes docker.spec.ts as an argument, which overrides
// testIgnore.
testIgnore: 'docker.spec.ts',
use: {
...devices['Desktop Chrome'],
},