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
Currently, if developers run gradle build or similar commands, all tests that depend on the docker environment will run if the docker service is up in the developing machine. In this case, it will make developers hard to to develop as the docker-related test is not very stable in the local environment.
How should we improve?
Disable docker-related tests by default and only run them in Github CI.
The text was updated successfully, but these errors were encountered:
yuqi1129
changed the title
[Improvement] Disable docker related tests(some UTs and all ITs) by default to lower the Lower the development barrier for developers
[Improvement] Disable docker related tests(some UTs and all ITs) by default to lower the development barrier for developers
Jun 21, 2024
What would you like to be improved?
Currently, if developers run
gradle build
or similar commands, all tests that depend on the docker environment will run if the docker service is up in the developing machine. In this case, it will make developers hard to to develop as the docker-related test is not very stable in the local environment.How should we improve?
Disable docker-related tests by default and only run them in Github CI.
The text was updated successfully, but these errors were encountered: