Skip to content

Commit bf6a9bf

Browse files
authored
fix(e2e-tests): re-enable OIDC tests on 8.0.x COMPASS-7966 (#6156)
1 parent d73838c commit bf6a9bf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/compass-e2e-tests/tests/oidc.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ describe('OIDC integration', function () {
9292
return this.skip();
9393
}
9494

95-
// TODO(COMPASS-7966): Enable OIDC tests on 8.0.x when server fix is backported.
96-
if (serverSatisfies('>= 8.0.0-alpha0 <8.1.0-rc0')) {
97-
return this.skip();
98-
}
99-
10095
{
10196
oidcMockProviderEndpointAccesses = {};
10297
oidcMockProviderConfig = {

0 commit comments

Comments
 (0)