moresandeep commented on PR #1123: URL: https://github.com/apache/knox/pull/1123#issuecomment-3631693206
Looks like the PR was opened before i merged my changes that replace [host name from knox to localhost](https://github.com/apache/knox/pull/1125/files#diff-895483e96b37ea49f8d4c82cf2e2b33500a5b34e99245ce5d8a0a6595f3e06b1R26) ``` tests-1 | host = 'knox', port = 8443, family = <AddressFamily.AF_UNSPEC: 0> tests-1 | type = <SocketKind.SOCK_STREAM: 1>, proto = 0, flags = 0 ``` Notice the host name is knox it was fixed to localhost but the way this workflow runs the changes have to be in master. You can add `skip-tests` label to skip the test and commit. This should not be a problem going forward. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
