File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ export QUARKUS_AZURE_EVENTHUBS_EVENTHUB_NAME=${EVENTHUBS_EVENTHUB_NAME}
8686mvn -f azure-eventhubs/pom.xml test-compile failsafe:integration-test -Dnative -Dazure.test=true
8787mvn -f azure-eventhubs/pom.xml verify -Dazure.test=true
8888
89+ # NOTICE: inteionally run the integration tests for Azure Cosmos DB at the end due to its intermittent failures
8990# Azure Cosmos Extension
9091# Authenticate to Azure Cosmos DB with Microsoft Entra ID and key
9192# Export the endpoint of azure cosmos db
@@ -118,5 +119,5 @@ AZURE_COSMOS_KEY=$(az cosmosdb keys list \
118119 --query primaryMasterKey -o tsv)
119120mvn -f azure-cosmos/pom.xml test-compile failsafe:integration-test -Dnative -Dazure.test=true
120121mvn -f azure-cosmos/pom.xml test-compile failsafe:integration-test -Dnative -Dazure.test=true -Dquarkus.azure.cosmos.key=${AZURE_COSMOS_KEY}
121- mvn -f azure-cosmos/pom.xml verify -Dazure.test=true
122122mvn -f azure-cosmos/pom.xml verify -Dazure.test=true -Dquarkus.azure.cosmos.key=${AZURE_COSMOS_KEY}
123+ mvn -f azure-cosmos/pom.xml verify -Dazure.test=true
You can’t perform that action at this time.
0 commit comments