We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0cc7e7 commit 69c88ebCopy full SHA for 69c88eb
azure/templates/post-deploy.yml
@@ -169,8 +169,8 @@ steps:
169
echo "Proxy test completed successfully as part of terraform resource up status check"
170
171
else
172
- echo "running: $test_cmd -v -c -k test_proxy.TestProxyHealthcheck -k test_proxy.TestMtls"
173
- $test_cmd -v -c -k test_proxy.TestProxyHealthcheck -k test_proxy.TestMtls
+ echo "running: $test_cmd -v -c"
+ $test_cmd -v -c
174
fi
175
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/e2e"
176
displayName: Run Full Test Suite
0 commit comments