Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get tests running again #666

Merged
merged 2 commits into from
Nov 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Skip conformance tests until we migrate to new backend.
  • Loading branch information
petea committed Nov 30, 2021
commit 2e61c9ea4112880262e913d6507a7ec1b31effec
3 changes: 3 additions & 0 deletions UnitTests/OIDRPProfileCode.m
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,12 @@ typedef void (^UserInfoCompletion)(OIDAuthState *_Nullable authState,
@implementation OIDRPProfileCode

- (void)setUp {
XCTSkip("Need to migrate to the new OpenID conformance testing system.");
[super setUp];
}

- (void)tearDown {
XCTSkip("Need to migrate to the new OpenID conformance testing system.");
[super tearDown];

[self endCertificationTest];
Expand Down Expand Up @@ -264,6 +266,7 @@ - (void)codeFlowWithExchangeExpectSuccessForTest:(NSString *)test {
}

- (void)testRP_response_type_code {
XCTSkip("Not working at the moment.");
NSString *testName = @"rp-response_type-code";
[self startCertificationTest:testName];
[self codeFlowWithExchangeExpectSuccessForTest:testName];
Expand Down