Merge pull request #6118 from emqx/tmp-disable-rlog-smoke-tests

fix(ci): temporarily disable rlog FVT tests (flakiness)
This commit is contained in:
Thales Macedo Garitezi 2021-11-10 11:11:06 -03:00 committed by GitHub
commit ae125cd44d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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