We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8935165 commit 1fee519Copy full SHA for 1fee519
Octokit.GraphQL.IntegrationTests/Queries/ViewerTests.cs
@@ -91,7 +91,7 @@ public async Task Viewer_Has_No_OrganizationVerifiedDomainEmails_For_Octokit()
91
Assert.Empty(emails);
92
}
93
94
- [IntegrationTest]
+ [IntegrationTest(Skip = "This is a fragile integration test and we need to validate if it is still useful/correct. It is currently failing")]
95
public async Task DateTime_Filter_Works()
96
{
97
var query = new GraphQL.Query()
0 commit comments