exclude tests using DisposableSys from aeron run (#31230)
* exclude tests using DisposableSys from aeron run * add 'gh-exclude-aeron' to 'akka.test.tags.exclude' settings
This commit is contained in:
parent
e534eb78d3
commit
a2a90d6325
3 changed files with 5 additions and 4 deletions
3
.github/workflows/multi-node.yml
vendored
3
.github/workflows/multi-node.yml
vendored
|
|
@ -137,11 +137,10 @@ jobs:
|
|||
sbt -jvm-opts .jvmopts-ci \
|
||||
-Dakka.test.timefactor=2 \
|
||||
-Dakka.actor.testkit.typed.timefactor=2 \
|
||||
-Dakka.test.tags.exclude=gh-exclude,timing \
|
||||
-Dakka.cluster.assert=on \
|
||||
-Dakka.remote.artery.transport=aeron-udp \
|
||||
-Dsbt.override.build.repos=false \
|
||||
-Dakka.test.tags.exclude=gh-exclude,timing \
|
||||
-Dakka.test.tags.exclude=gh-exclude,gh-exclude-aeron,timing \
|
||||
-Dakka.test.multi-node=true \
|
||||
-Dakka.test.multi-node.targetDirName=${PWD}/target/${{ github.run_id }} \
|
||||
-Dakka.test.multi-node.java=${JAVA_HOME}/bin/java \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue