File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ athena-test: guard-AWS_ACCESS_KEY_ID guard-AWS_SECRET_ACCESS_KEY guard-ATHENA_S3
174174 pytest -n auto -m " athena" --retries 3 --junitxml=test-results/junit-athena.xml
175175
176176fabric-test : guard-FABRIC_HOST guard-FABRIC_CLIENT_ID guard-FABRIC_CLIENT_SECRET guard-FABRIC_DATABASE engine-fabric-install
177- pytest -n auto -m " fabric" --retries 3 --junitxml=test-results/junit-fabric.xml
177+ pytest -n 1 -m " fabric" --retries 3 --junitxml=test-results/junit-fabric.xml
178178
179179gcp-postgres-test : guard-GCP_POSTGRES_INSTANCE_CONNECTION_STRING guard-GCP_POSTGRES_USER guard-GCP_POSTGRES_PASSWORD guard-GCP_POSTGRES_KEYFILE_JSON engine-gcppostgres-install
180180 pytest -n auto -m " gcp_postgres" --retries 3 --junitxml=test-results/junit-gcp-postgres.xml
You can’t perform that action at this time.
0 commit comments