Remove spring usage from run-smoke-test-suite.sh
What does this MR do and why?
Removes usage of spring from run-smoke-test-suite.sh
, it frequently fails due to some stale state, and since this is a suite which runs for a few minutes, and not a single focused test run, the ~30 seconds or so spring doesn't save us much. Better to have it more reliable.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.