instedd / cdx

Connected Diagnostics Platform
https://cdx.io
9 stars 7 forks source link

Three integration tests are failing on CI #2000

Open ysbaddaden opened 9 months ago

ysbaddaden commented 9 months ago

I disabled the integration tests in spec/features/patient_spec.rb and spec/features/deleted_spec.rb because they suddenly started to continuously fail on CI (GHA). The capybara screenshots show that this is indeed not working (e.g. there should be tests results but there aren't).

I wasn't able to reproduce the errors locally, even after rebuilding my local setup from scratch.

ysbaddaden commented 9 months ago

Maybe it's something to do with the available resources on GHA, and Elasticsearch, for example, would reply before it actually saved the data (race condition)?