Commit a7e6a40
committed
fix(e2e): stop emitting every nested automine test cmd twice
The tests array listed the automine subdirectories explicitly and also kept the
src/automine/!(simulation)/**/*.test.ts catch-all (a merge artifact), so every nested automine test
was emitted as two identical cmds. Both copies run under the same docker container name; when they
overlap, one docker_isolate force-removes the other's live container, failing that test, and the
fresh-named retry then passes. That is the mass automine FLAKED pattern (49 per run) on this stack.
The deduplicated unique cmd set is unchanged (145 automine jobs).1 parent 59d45f6 commit a7e6a40
1 file changed
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 56 | | |
64 | 57 | | |
65 | 58 | | |
| |||
0 commit comments