diff --git a/tests/smoke-test/run-smoke-test.sh b/tests/smoke-test/run-smoke-test.sh index 0ee258ce..2fb4d322 100755 --- a/tests/smoke-test/run-smoke-test.sh +++ b/tests/smoke-test/run-smoke-test.sh @@ -37,8 +37,4 @@ $TEST_TARGET_SO --stack test deploy-system down # Run same test but not using the stack definition # Test building the a stack container $TEST_TARGET_SO build-containers --include cerc/test-container -# Deploy the test container -$TEST_TARGET_SO deploy-system --include test up -# Clean up -$TEST_TARGET_SO deploy-system --include test down echo "Test passed"