Browse Source

ci: do not run helm_test for enterprise for now

Zaiming Shi 4 years ago
parent
commit
bab5d2f399
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run_fvt_tests.yaml

+ 1 - 1
.github/workflows/run_fvt_tests.yaml

@@ -88,7 +88,7 @@ jobs:
       matrix:
         profile:
         - emqx
-        - emqx-ee
+      # - emqx-ee # TODO test enterprise
 
     steps:
     - uses: actions/download-artifact@v2