Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v4.y] Ensure VCR doesn't leak into other tests #546

Merged
merged 1 commit into from
Feb 27, 2022

Conversation

cben
Copy link
Collaborator

@cben cben commented Feb 27, 2022

VCR was interfering with my attempts to add tests connecting to a real cluster (#545), despite WebMock.enable_net_connect!.
What's worse, it depended on order that tests executed (errored iff VCR run test run first).

[This won't be needed on master, we dropped the VCR test in #495.]

cc @grosser

VCR was interfering with my attempts to connect to a real cluster,
despite `WebMock.enable_net_connect!`.
What's worse, it depended on order that tests executed.

[This won't be needed on master, we dropped the VCR test in ManageIQ#495.]
@cben cben merged commit db61456 into ManageIQ:v4.y Feb 27, 2022
Copy link
Contributor

@grosser grosser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants