How to skip testing when building #6550
Unanswered
hongshuai1994
asked this question in
Q&A
Replies: 1 comment
-
I'm not sure if there's a more elegant way to achieve this, but if you run a
I think you can skip them all with something like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cloned the project to the local and executed the
.\gradlew.bat build -x test
command, but it seemed that the test was still executed because the build error was reported as follows.I tried to manually skip the test that reported an error, but there were other tests that reported errors. Is the way I skipped the test wrong?
git branch:main
Beta Was this translation helpful? Give feedback.
All reactions