fossasia / susi_server

SUSI.AI server backend - the Artificial Intelligence server for personal assistants https://susi.ai
GNU Lesser General Public License v2.1
2.51k stars 1.08k forks source link

Remove failing tests on gradlew build #1299

Closed fragm3 closed 5 years ago

fragm3 commented 5 years ago

Actual Behaviour

When running ./gradlew build, it fails to compile

Expected Behaviour

Remove failing tests

LogCat for the issue

> Task :compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /Users/shubhamgupta/Desktop/open-source/susi-server/susi_server/src/ai/susi/server/api/aaa/CreateGroupService.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :test

ai.susi.mind.SusiTutorialTest > test FAILED
    java.lang.AssertionError at SusiTutorialTest.java:132

30 tests completed, 1 failed

> Task :test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':test'.
> There were failing tests. See the report at: file:///Users/shubhamgupta/Desktop/open-source/susi-server/susi_server/build/reports/tests/test/index.html

Screenshots of the issue

Screenshot 2019-07-09 at 10 29 47 PM

Would you like to work on the issue?

Yes