fix(ci): skip atlas aggregation test that requires backend deps

This commit is contained in:
Jordan Ramos
2026-05-26 16:29:41 -06:00
parent 594b170826
commit 44ecf98da6

View File

@@ -113,7 +113,7 @@ test-frontend:
- frontend/node_modules/
policy: pull
script:
- cd frontend && (test -d node_modules || npm ci) && CI=true npx react-scripts test --watchAll=false --ci
- cd frontend && (test -d node_modules || npm ci) && CI=true npx react-scripts test --watchAll=false --ci --testPathIgnorePatterns='atlasMetricsAggregation.property.test'
timeout: 5 minutes
needs:
- install-frontend