test(batch9): defer t1 auth callout runtime-blocked cases
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
BIN
porting.db
BIN
porting.db
Binary file not shown.
Reference in New Issue
Block a user