I think we should make some changes to the system-test so that it is easier to maintain and is not a separate set of tests for folks to maintain.
Today the system-test contains its own set of integration tests that get executed for the stellar-cli and js-stellar-sdk.
However, these projects have, at least the cli does, their own integration tests that are more comprehensive, and so tests are duplicated here and there.
The system-test should be a place that sets up an environment, and then leverages projects existing integration tests to run those tests. We don't need to define new tests here, if each project and application already define their own integration tests.
(Thanks @anupsdf for inspiring this.)
cc @fnando @sreuland