We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d73838c commit bf6a9bfCopy full SHA for bf6a9bf
packages/compass-e2e-tests/tests/oidc.test.ts
@@ -92,11 +92,6 @@ describe('OIDC integration', function () {
92
return this.skip();
93
}
94
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
-
100
{
101
oidcMockProviderEndpointAccesses = {};
102
oidcMockProviderConfig = {
0 commit comments