We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f63bf5 commit 9df7686Copy full SHA for 9df7686
Starnet.Tests/Integration/UserRequestTests.cs
@@ -69,7 +69,7 @@ await Assert.ThrowsAsync<ApiRegistrationException>(async () =>
69
});
70
}
71
72
- [Fact]
+ [Fact(Skip = "Infinite is running into billing issues at the moment, disabling until it comes back online.")]
73
public async Task UserRequests_InviteTokenThrowOnAuthenticationIssue()
74
{
75
await Assert.ThrowsAsync<ApiAuthenticationException>(async () =>
0 commit comments