File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -126,22 +126,6 @@ def process!
126
126
parse_rows! if rows . nil?
127
127
return if invalid?
128
128
129
- if Flipper . enabled? :pds_lookup_during_import
130
- changesets =
131
- rows . each_with_index . map do |row , row_number |
132
- PatientChangeset . from_import_row ( row :, import : self , row_number :)
133
- end
134
-
135
- changesets . each do
136
- if slow?
137
- ProcessPatientChangesetsJob . perform_later ( it )
138
- else
139
- ProcessPatientChangesetsJob . perform_now ( it )
140
- end
141
- end
142
- return
143
- end
144
-
145
129
counts = COUNT_COLUMNS . index_with ( 0 )
146
130
147
131
ActiveRecord ::Base . transaction do
Original file line number Diff line number Diff line change 2
2
3
3
describe "Import child records" do
4
4
scenario "PDS lookup extravaganza" do
5
+ skip "Feature is completely disabled temporarily"
6
+
5
7
given_i_am_signed_in
6
8
and_an_hpv_programme_is_underway
7
9
and_an_existing_patient_record_exists
You can’t perform that action at this time.
0 commit comments