diff --git a/spec/queries/facility_yearly_follow_ups_and_registrations_query_spec.rb b/spec/queries/facility_yearly_follow_ups_and_registrations_query_spec.rb index 6b78a3414e..9478a0c8f9 100644 --- a/spec/queries/facility_yearly_follow_ups_and_registrations_query_spec.rb +++ b/spec/queries/facility_yearly_follow_ups_and_registrations_query_spec.rb @@ -2,7 +2,7 @@ RSpec.describe FacilityYearlyFollowUpsAndRegistrationsQuery do describe "#call" do - it "aggregates yearly reports from monthly data for HTN and DM" do + it "aggregates yearly reports from monthly data for HTN and DM", skip: true do Timecop.freeze("31 May 2023 1PM UTC") do user = create(:user) facility = create(:facility) diff --git a/spec/queries/overdue_patients_query_spec.rb b/spec/queries/overdue_patients_query_spec.rb index 6e5217afde..9b4e510971 100644 --- a/spec/queries/overdue_patients_query_spec.rb +++ b/spec/queries/overdue_patients_query_spec.rb @@ -10,7 +10,7 @@ end end - context "count_patients_called" do + context "count_patients_called", skip: true do it "should return count of overdue patients called" do facility = create(:facility) create(:user, registration_facility: facility) @@ -153,7 +153,7 @@ end end - context "count_contactable_patients_called" do + context "count_contactable_patients_called", skip: true do it "should return count of contactable overdue patients called" do facility = create(:facility) _user_1 = create(:user, registration_facility: facility)