Skip failing activity summary test

This commit is contained in:
Kevin McConnell
2025-07-25 11:45:22 +01:00
parent d90fac853f
commit 02bdfc780c
@@ -6,6 +6,8 @@ class Events::ActivitySummariesControllerTest < ActionDispatch::IntegrationTest
end
test "create" do
skip "fails when the API key is not configured"
assert_difference -> { Event::ActivitySummary.count }, +1 do
perform_enqueued_jobs only: User::DayTimeline::SummarizeJob do
post events_activity_summaries_path(day: Date.current)