We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the service running port 1883 is not available some tests take the full 10 minutes to time out and others fail with a bad error message.
A func testRequiresFVT(t *testing.T) helper could check whether there is anything listening on 1883 and return a better error if not.
func testRequiresFVT(t *testing.T)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the service running port 1883 is not available some tests take the full 10 minutes to time out and others fail with a bad error message.
A
func testRequiresFVT(t *testing.T)
helper could check whether there is anything listening on 1883 and return a better error if not.The text was updated successfully, but these errors were encountered: