Is there way in kotest to mark test as flaky test so that based on some configuration either kotest will be able to retry that test for given number of time or ignore that test failure with some message.
Some flaky test i am able to handle with
eventually
but still some within some integration test some action takes much time that even
eventually
block fails in those scenario it would be helpful to not fail whole build and just warn and continue.