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

Use the local ssh for check_connection and stop hiding online skips #889

Merged
merged 2 commits into from Sep 1, 2021

Conversation

carlosmn
Copy link
Member

@carlosmn carlosmn commented Sep 1, 2021

The check_connection test is failing as user/pass combinations are no longer allowed. Change it to be use the CI-provided network endpoint which also avoids having to figure out if we can access the Internet.

While here, I noticed a lack of Ss on the output and so I went ahead and changed these definition-time skips to be actual skips so we can see when calling the tests that there are tests which we are skipping, instead of hiding them and pretending that all tests ran fine.

With GitHub shutting down user/pass for Git access, let's take the opportunity
to fix this failing test by using our own local setup instead of having to write
down a password to an account.
…nals

Instead do show them as skipped to more accurately represent to the caller that
we have tests which are being skipped.
@carlosmn carlosmn merged commit 72b49c7 into master Sep 1, 2021
@carlosmn carlosmn deleted the cmn/remote-test-ssh branch September 1, 2021 08:26
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.

None yet

1 participant