From 0f9a7615a86d97ab0209fc9faadc518499ae2b19 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 8 Feb 2020 15:38:54 -0600 Subject: [PATCH] Revert "Revert "try re-enabling data integration tests"" This reverts commit b9cd7c1343b9d710401919b65d9f412fe1581e67. --- server/azure-pipelines.api.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/server/azure-pipelines.api.yaml b/server/azure-pipelines.api.yaml index 5df7583b1..607f7128b 100644 --- a/server/azure-pipelines.api.yaml +++ b/server/azure-pipelines.api.yaml @@ -49,21 +49,18 @@ steps: inputs: command: "volume" arguments: "create test-data-results" - enabled: false - task: DockerCompose@0 displayName: "up test-data db" inputs: dockerComposeFile: "docker-compose.data.tests.yml" dockerComposeCommand: "up -d mariadb" - enabled: false - task: DockerCompose@0 displayName: "run test-data" inputs: dockerComposeFile: "docker-compose.data.tests.yml" dockerComposeCommand: "run api" - enabled: false - task: Docker@2 displayName: "create volume test-services-results" @@ -83,7 +80,6 @@ steps: command: "container" arguments: "create --name test-data-results -v test-data-results:/results hello-world" condition: "succeededOrFailed()" - enabled: false - task: Docker@2 displayName: "copy out test-data results" @@ -91,7 +87,6 @@ steps: command: "cp" arguments: "test-data-results:/results $(System.DefaultWorkingDirectory)" condition: "succeededOrFailed()" - enabled: false - task: Docker@2 displayName: "create container test-services-results"