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:
parent
829939b9a0
commit
28e3727aae
|
@ -73,7 +73,8 @@ jobs:
|
||||||
- 24.1.1-emqx-1
|
- 24.1.1-emqx-1
|
||||||
cluster_db_backend:
|
cluster_db_backend:
|
||||||
- "mnesia"
|
- "mnesia"
|
||||||
- "rlog"
|
# FIXME: temporarily disabled: too flaky at the moment
|
||||||
|
# - "rlog"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
|
|
Loading…
Reference in New Issue