Skip to content

Commit f0f863a

Browse files
committed
mgr/dashboard: reorder test runs
I saw cypress starting the grafana tests even before the cluster is setup through the expansion tests. so running grafana separately Fixes: https://tracker.ceph.com/issues/68871 Signed-off-by: Nizamudeen A <[email protected]>
1 parent 395c49a commit f0f863a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pybind/mgr/dashboard/ci/cephadm/run-cephadm-e2e-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ cypress_run () {
3838

3939
cd ${CEPH_DEV_FOLDER}/src/pybind/mgr/dashboard/frontend
4040

41-
cypress_run ["cypress/e2e/orchestrator/workflow/*.feature","cypress/e2e/orchestrator/workflow/*-spec.ts","cypress/e2e/orchestrator/grafana/*.feature"]
41+
cypress_run ["cypress/e2e/orchestrator/workflow/*.feature","cypress/e2e/orchestrator/workflow/*-spec.ts"]
42+
cypress_run ["cypress/e2e/orchestrator/grafana/*.feature"]

0 commit comments

Comments
 (0)