Skip to content

Commit

Permalink
fix(e2e-tests): re-enable OIDC tests on 8.0.x COMPASS-7966 (#6156)
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Aug 27, 2024
1 parent d73838c commit bf6a9bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/compass-e2e-tests/tests/oidc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ describe('OIDC integration', function () {
return this.skip();
}

// TODO(COMPASS-7966): Enable OIDC tests on 8.0.x when server fix is backported.
if (serverSatisfies('>= 8.0.0-alpha0 <8.1.0-rc0')) {
return this.skip();
}

{
oidcMockProviderEndpointAccesses = {};
oidcMockProviderConfig = {
Expand Down

0 comments on commit bf6a9bf

Please sign in to comment.