diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a2fa9d..e25277c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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