From 350425f7b68865925c957f815bd4b0f29362af3b Mon Sep 17 00:00:00 2001 From: Finn Bacall Date: Fri, 11 Nov 2022 16:30:31 +0000 Subject: [PATCH] Disable ingestion task tests again #709 They were leaving some dictionaries switched --- .../{automated_ingestion_test.rb => automated_ingestion_tst.rb} | 0 .../{event_csv_ingestion_test.rb => event_csv_ingestion_tst.rb} | 0 test/tasks/{event_ingestion_test.rb => event_ingestion_tst.rb} | 0 .../{eventbrite_ingestion_test.rb => eventbrite_ingestion_tst.rb} | 0 .../tasks/{example_ingestion_test.rb => example_ingestion_tst.rb} | 0 test/tasks/{ical_ingestion_test.rb => ical_ingestion_tst.rb} | 0 .../tasks/{ingestion_sources_test.rb => ingestion_sources_tst.rb} | 0 ...terial_csv_ingestion_test.rb => material_csv_ingestion_tst.rb} | 0 test/tasks/{zenodo_ingestion_test.rb => zenodo_ingestion_tst.rb} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename test/tasks/{automated_ingestion_test.rb => automated_ingestion_tst.rb} (100%) rename test/tasks/{event_csv_ingestion_test.rb => event_csv_ingestion_tst.rb} (100%) rename test/tasks/{event_ingestion_test.rb => event_ingestion_tst.rb} (100%) rename test/tasks/{eventbrite_ingestion_test.rb => eventbrite_ingestion_tst.rb} (100%) rename test/tasks/{example_ingestion_test.rb => example_ingestion_tst.rb} (100%) rename test/tasks/{ical_ingestion_test.rb => ical_ingestion_tst.rb} (100%) rename test/tasks/{ingestion_sources_test.rb => ingestion_sources_tst.rb} (100%) rename test/tasks/{material_csv_ingestion_test.rb => material_csv_ingestion_tst.rb} (100%) rename test/tasks/{zenodo_ingestion_test.rb => zenodo_ingestion_tst.rb} (100%) diff --git a/test/tasks/automated_ingestion_test.rb b/test/tasks/automated_ingestion_tst.rb similarity index 100% rename from test/tasks/automated_ingestion_test.rb rename to test/tasks/automated_ingestion_tst.rb diff --git a/test/tasks/event_csv_ingestion_test.rb b/test/tasks/event_csv_ingestion_tst.rb similarity index 100% rename from test/tasks/event_csv_ingestion_test.rb rename to test/tasks/event_csv_ingestion_tst.rb diff --git a/test/tasks/event_ingestion_test.rb b/test/tasks/event_ingestion_tst.rb similarity index 100% rename from test/tasks/event_ingestion_test.rb rename to test/tasks/event_ingestion_tst.rb diff --git a/test/tasks/eventbrite_ingestion_test.rb b/test/tasks/eventbrite_ingestion_tst.rb similarity index 100% rename from test/tasks/eventbrite_ingestion_test.rb rename to test/tasks/eventbrite_ingestion_tst.rb diff --git a/test/tasks/example_ingestion_test.rb b/test/tasks/example_ingestion_tst.rb similarity index 100% rename from test/tasks/example_ingestion_test.rb rename to test/tasks/example_ingestion_tst.rb diff --git a/test/tasks/ical_ingestion_test.rb b/test/tasks/ical_ingestion_tst.rb similarity index 100% rename from test/tasks/ical_ingestion_test.rb rename to test/tasks/ical_ingestion_tst.rb diff --git a/test/tasks/ingestion_sources_test.rb b/test/tasks/ingestion_sources_tst.rb similarity index 100% rename from test/tasks/ingestion_sources_test.rb rename to test/tasks/ingestion_sources_tst.rb diff --git a/test/tasks/material_csv_ingestion_test.rb b/test/tasks/material_csv_ingestion_tst.rb similarity index 100% rename from test/tasks/material_csv_ingestion_test.rb rename to test/tasks/material_csv_ingestion_tst.rb diff --git a/test/tasks/zenodo_ingestion_test.rb b/test/tasks/zenodo_ingestion_tst.rb similarity index 100% rename from test/tasks/zenodo_ingestion_test.rb rename to test/tasks/zenodo_ingestion_tst.rb