You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be better to check for Docker and skip the test, rather than indicating an actual failure, if Docker is not installed. This is something to do on a very rainy day when someone is very bored.
The text was updated successfully, but these errors were encountered:
currently, you don't get a failure, you correctly handled this in TbDockerTest>checkIfServerPresent with testCase.assumeTrue(dockerExist...). This test doesn't show up as error. All fine even for people without docker
Would be better to check for Docker and skip the test, rather than indicating an actual failure, if Docker is not installed. This is something to do on a very rainy day when someone is very bored.
The text was updated successfully, but these errors were encountered: