fix(ci): temporarily disable rlog FVT tests (flakiness)

A few FVT tests are very flaky when run in rlog core+replicant cluster
configuration (for instance `V5/test_publish.py::test_topic`). We are
disabling this test configuration temporarily while we investigate
further and mitigate it.
This commit is contained in:
Thales Macedo Garitezi 2021-11-10 11:03:39 -03:00
parent 829939b9a0
commit 28e3727aae
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ jobs:
- 24.1.1-emqx-1
cluster_db_backend:
- "mnesia"
- "rlog"
# FIXME: temporarily disabled: too flaky at the moment
# - "rlog"
steps:
- uses: actions/download-artifact@v2