Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
40 stars 12 forks source link

Investigate flaky EventLogging tests #270

Open spencertransier opened 8 months ago

spencertransier commented 8 months ago

These two tests have been regularly failing:

EventLoggingTests.testThatOnlyOneFileIsUploadedSimultaneously EventLoggingTests.testThatAllFilesAreEventuallyUploaded

We've added XCTSkips to them for now because they don't seem to be related to any actual code changes in the library, so we need to investigate what's causing them to be flaky.