Skip to content

Commit 69c88eb

Browse files
committed
Reverted changes to pipeline
1 parent d0cc7e7 commit 69c88eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/templates/post-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ steps:
169169
echo "Proxy test completed successfully as part of terraform resource up status check"
170170
171171
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
172+
echo "running: $test_cmd -v -c"
173+
$test_cmd -v -c
174174
fi
175175
workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/e2e"
176176
displayName: Run Full Test Suite

0 commit comments

Comments
 (0)