MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.67k stars 1.34k forks source link

test: mark flaky tests with flaky tag #5278

Closed jdrueckert closed 16 hours ago

jdrueckert commented 16 hours ago

Contains

Adding the flaky tag to the ExampleTest.testSendEvent and DelayManagerTest.delayedActionIsTriggeredTest tests.

jdrueckert commented 16 hours ago

@BenjaminAmos as discussed in today's reviver sync, I marked the sporadically failing tests flaky. With this, they will be run in CI as part of the "flaky tests" stage instead of the "non-flaky tests" stage that they were part of so far. This will hopefully improve the developer experience as less PRs are blocked by sporadic failures until we get to investigate these sporadics in depth.