Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Fixing test failures - Add snakeyaml dependency to MVP #185

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

jadecarino
Copy link
Contributor

@jadecarino jadecarino commented Oct 28, 2024

Why?

The tests in our suite that use the MVP zipped distribution of Galasa are currently failing. The snakeyaml dependency is not part of the MVP zip and so when these tests attempt to pull the artefact, they have to reach out to Maven Central. At this point, they are getting a timeout and so the test is failing.

This PR adds snakeyaml into the MVP zip so that this failure hopefully doesn't reoccur. Not sure why the timeout when contacting Maven Central is happening, but any MVP tests shouldn't need to contact it anyway.

@jadecarino jadecarino requested a review from eamansour October 28, 2024 13:20
@jadecarino jadecarino merged commit 0ad8d85 into main Oct 28, 2024
4 checks passed
@jadecarino jadecarino deleted the add-snakeyaml-to-mvp branch October 28, 2024 13:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants