diff --git a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthCalloutTests.cs b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthCalloutTests.cs index 043e32d..88a87d5 100644 --- a/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthCalloutTests.cs +++ b/dotnet/tests/ZB.MOM.NatsNet.Server.Tests/ImplBacklog/AuthCalloutTests.cs @@ -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() { diff --git a/porting.db b/porting.db index 1486120..1c7efff 100644 Binary files a/porting.db and b/porting.db differ