MSTest has a [Retry] attribute to attempt to overcome flaky tests. It would be preferable to avoid the flaky test. More thoroughly, one should avoid any attribute that derives from RetryBaseAttribute
MSTest has a [Retry] attribute to attempt to overcome flaky tests. It would be preferable to avoid the flaky test.
More thoroughly, one should avoid any attribute that derives from RetryBaseAttribute