Skip to content

Conversation

@linden
Copy link

@linden linden commented Nov 22, 2025

Follow-on to b4d56fb.

});
}

export const isMinikube = process.env.MINIKUBE_IP != undefined;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we already have isHermeticTest that you can use?

Copy link
Author

Choose a reason for hiding this comment

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

fixed in b901376, renamed for consistency.


export const isMinikube = process.env.MINIKUBE_IP != undefined;
export const testMinikubeOnly = !isMinikube ? it.skip : it;
export const testMinikubeAndLocalOnly = process.env.GITHUB_ACTIONS || !isMinikube ? it.skip : it;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this different from the default (where it runs regardless)?

Copy link
Author

Choose a reason for hiding this comment

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

wasn't sure if you ran github actions with minikube enabled internally, so wanted to check for it anyway to avoid undefined behaviour - can remove if unneeded.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah we run GHA with minikube so I think this can be removed.

@mhrheaume
Copy link
Contributor

@carsonp6 @coreymartin tagging you on this as well!

@linden linden requested a review from mhrheaume December 17, 2025 23:13
@linden
Copy link
Author

linden commented Dec 17, 2025

Hey @mhrheaume, missed this review - responded/fixed comments.

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