ARKLogDistributorTests.test_logDistribution_performance() was disabled in #80 since it was observed to be flaky on CI builds. Specifically, the tearDown method was timing out while trying to clear the log store after running the test. I could never reproduce this failure locally, and attempts to increase the timeout did not resolve this issue.
We should investigate why this was flaking and reenable the test once we have a fix.
ARKLogDistributorTests.test_logDistribution_performance()was disabled in #80 since it was observed to be flaky on CI builds. Specifically, thetearDownmethod was timing out while trying to clear the log store after running the test. I could never reproduce this failure locally, and attempts to increase the timeout did not resolve this issue.We should investigate why this was flaking and reenable the test once we have a fix.