test(batch9): defer t1 auth callout runtime-blocked cases

This commit is contained in:
Joseph Doherty
2026-02-28 12:38:52 -05:00
parent 41b01743fd
commit a7dfb6f3b7
2 changed files with 50 additions and 0 deletions

View File

@@ -175,6 +175,56 @@ public sealed class AuthCalloutTests
ServerConstants.Version.ShouldNotBeNullOrWhiteSpace();
}
[Fact(Skip = "DEFERRED: requires full auth-callout runtime path (internal request/reply + signed response validation)")] // T:118
public void AuthCalloutScopedUserAssignedAccount_ShouldSucceed()
{
}
[Fact(Skip = "DEFERRED: requires full auth-callout runtime path (internal request/reply + signed response validation)")] // T:119
public void AuthCalloutScopedUserAllAccount_ShouldSucceed()
{
}
[Fact(Skip = "DEFERRED: requires full auth-callout runtime path (internal request/reply + signed response validation)")] // T:124
public void AuthCalloutErrorResponse_ShouldSucceed()
{
}
[Fact(Skip = "DEFERRED: requires full auth-callout runtime path (internal request/reply + signed response validation)")] // T:125
public void AuthCalloutAuthUserFailDoesNotInvokeCallout_ShouldSucceed()
{
}
[Fact(Skip = "DEFERRED: requires full auth-callout runtime path (internal request/reply + signed response validation)")] // T:128
public void AuthCalloutBadServer_ShouldSucceed()
{
}
[Fact(Skip = "DEFERRED: requires full auth-callout runtime path (internal request/reply + signed response validation)")] // T:129
public void AuthCalloutBadUser_ShouldSucceed()
{
}
[Fact(Skip = "DEFERRED: requires full auth-callout runtime path (internal request/reply + signed response validation)")] // T:130
public void AuthCalloutExpiredUser_ShouldSucceed()
{
}
[Fact(Skip = "DEFERRED: requires full auth-callout runtime path (internal request/reply + signed response validation)")] // T:131
public void AuthCalloutExpiredResponse_ShouldSucceed()
{
}
[Fact(Skip = "DEFERRED: requires full auth-callout runtime path (internal request/reply + signed response validation)")] // T:134
public void AuthCallout_ClientAuthErrorConf_ShouldSucceed()
{
}
[Fact(Skip = "DEFERRED: requires full auth-callout runtime path (internal request/reply + signed response validation)")] // T:135
public void AuthCallout_ClientAuthErrorOperatorMode_ShouldSucceed()
{
}
[Fact] // T:127
public void AuthCalloutConnectEvents_ShouldSucceed()
{