You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've made a start on marking potentially flaky tests. These are tests which reference existing resources outside of those created by the tests themselves. While they are likely to be harmless (I can't see the octokit organisation going away soon for example), we should really be testing in pure isolation if possible.
I have created (in an upcoming PR) an attribute for doing this so we can identify them in the future more easily:
[PotentiallyFlakyTest]
These types of tests should be marked as potentially flaky or fixed.
The text was updated successfully, but these errors were encountered:
I've made a start on marking potentially flaky tests. These are tests which reference existing resources outside of those created by the tests themselves. While they are likely to be harmless (I can't see the octokit organisation going away soon for example), we should really be testing in pure isolation if possible.
I have created (in an upcoming PR) an attribute for doing this so we can identify them in the future more easily:
[PotentiallyFlakyTest]
These types of tests should be marked as potentially flaky or fixed.
The text was updated successfully, but these errors were encountered: