Skip to content

Commit

Permalink
Disabled always failing integration test suite (#1397)
Browse files Browse the repository at this point in the history
The test issue is related to this message and happened also sometimes in the past:

> utest.AssertionError: assert(eval("core.test"))
> java.lang.Exception: Resource amm-dependencies.txt not found

Pull request: #1397
  • Loading branch information
lefou committed Jul 15, 2021
1 parent 64071b7 commit a59a805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- ./mill -i docs.antora.githubPages
include:
- java-version: 8
buildcmd: ./mill -i integration.test "mill.integration.local.{BetterFilesTests,UpickleTests}"
# buildcmd: ./mill -i integration.test "mill.integration.local.{BetterFilesTests,UpickleTests}"
buildcmd: ./mill -i integration.test "mill.integration.local.UpickleTests"

runs-on: ubuntu-latest

Expand Down

0 comments on commit a59a805

Please sign in to comment.