From 32ac720064017bbe5b31ab8821ff6a1043b949f1 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 11 Jan 2022 15:13:49 +0100 Subject: [PATCH] ci: exclude edge + rlog test --- .github/workflows/run_fvt_tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_fvt_tests.yaml b/.github/workflows/run_fvt_tests.yaml index 2ca594de6..37683ac74 100644 --- a/.github/workflows/run_fvt_tests.yaml +++ b/.github/workflows/run_fvt_tests.yaml @@ -44,7 +44,9 @@ jobs: cluster_db_backend: - mnesia - rlog - + exclude: + - profile: emqx-edge + cluster_db_backend: rlog steps: - uses: actions/download-artifact@v2 with: