Commit 2be61f0
committed
fix: skip Redis-dependent test method explicitly
EventListenersTest::test_metrics_are_recorded_with_sync_queue was still
running because Pest doesn't respect PHPUnit @group annotations by default.
Added explicit markTestSkipped() at the start of the test method to ensure
it's skipped when running without Redis.1 parent f68af6d commit 2be61f0
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments