Commit d62b54e
committed
fix(e2e): Remove global VITE_SENTRY_SPOTLIGHT from run.ts
Setting VITE_SENTRY_SPOTLIGHT=true globally causes Spotlight to be
auto-enabled in all E2E tests, leading to test pollution. Spotlight
env vars should only be set for test apps that specifically test
Spotlight functionality.
This makes local test behavior consistent with CI (where Spotlight
env vars are only set for tests containing 'spotlight' in their name).1 parent bb65b10 commit d62b54e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
0 commit comments