using System; namespace Octokit.Tests.Integration { /// /// A potentially flaky test could be: /// * Calls for details of repositories which already exist and was not created by the test itself (so could disappear over time) /// * Calls for details of users which already exist (so could disappear over time) /// public class PotentiallyFlakyTestAttribute : Attribute { } }