mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
tests: Updates and fixes for tests, changing master to main and adding flaky tests marker (#2511)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace Octokit.Tests.Integration
|
||||
{
|
||||
/// <summary>
|
||||
/// 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)
|
||||
/// </summary>
|
||||
public class PotentiallyFlakyTestAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user