From 28e3727aae68bd4d829ebdd382a7e52675650fda Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Wed, 10 Nov 2021 11:03:39 -0300 Subject: [PATCH] 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. --- .github/workflows/run_fvt_tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_fvt_tests.yaml b/.github/workflows/run_fvt_tests.yaml index 46ce95dab..0b5295cac 100644 --- a/.github/workflows/run_fvt_tests.yaml +++ b/.github/workflows/run_fvt_tests.yaml @@ -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