Disable multi-node with Aeron, #31010 (#31011)

This commit is contained in:
Patrik Nordwall 2021-12-22 07:41:57 +01:00 committed by GitHub
parent 54c33494b7
commit 509b3be617
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,9 @@ jobs:
akka-artery-aeron-cluster-tests:
name: Artery Aeron UDP Cluster
runs-on: ubuntu-20.04
if: github.repository == 'akka/akka'
# FIXME disabled due to https://github.com/akka/akka/issues/31010
#if: github.repository == 'akka/akka'
if: ${{ false }}
steps:
- name: Checkout
uses: actions/checkout@v2