Skip to content

functional-tests: Remove stress tests

Stress testing is good, but it should really be done as part of a separate project. It's not practical to run these tests on every commit. In fact, we already didn't, but we were still generating 200MB of test data at build time to run them.

This commit reduces the size of a tracker-miners+tracker build tree from >300MB to 55MB.

Fixes #124 (closed)

Edited by Sam Thursfield

Merge request reports