Skip to content

Commit 9df7686

Browse files
committed
Temporarily skip test UserRequests_InviteTokenThrowOnAuthenticationIssue
Infinite is running into billing issues at the moment, disabling until it comes back online.
1 parent 1f63bf5 commit 9df7686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Starnet.Tests/Integration/UserRequestTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ await Assert.ThrowsAsync<ApiRegistrationException>(async () =>
6969
});
7070
}
7171

72-
[Fact]
72+
[Fact(Skip = "Infinite is running into billing issues at the moment, disabling until it comes back online.")]
7373
public async Task UserRequests_InviteTokenThrowOnAuthenticationIssue()
7474
{
7575
await Assert.ThrowsAsync<ApiAuthenticationException>(async () =>

0 commit comments

Comments
 (0)