From 63e88c5c710153e79aa99e1aee4f501c655e535e Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 10 Oct 2023 16:09:57 -0600 Subject: [PATCH] Remove test for legacy non-stack deploy --- tests/smoke-test/run-smoke-test.sh | 4 ---- 1 file changed, 4 deletions(-) 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"