Commit 5bc01a0
committed
fix(e2e): Explicitly disable Spotlight in react-router-7-lazy-routes test
The PR adds automatic Spotlight detection via environment variables. This test
is about transaction timing behavior, not Spotlight functionality. Explicitly
disabling Spotlight prevents it from being auto-enabled, which was causing the
transaction to finish prematurely (0.006s instead of 5+ seconds).1 parent ce30f02 commit 5bc01a0
File tree
1 file changed
+3
-0
lines changed- dev-packages/e2e-tests/test-applications/react-router-7-lazy-routes/src
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
0 commit comments