Skip to content

Commit

Permalink
chore: Skip connects to kerberosCrossRealm for now (#4423)
Browse files Browse the repository at this point in the history
Skip connects to kerberosCrossRealm for now
  • Loading branch information
lerouxb committed May 24, 2023
1 parent 31f1db7 commit 9c6ada3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/data-service/src/connect.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,8 @@ describe('connect', function () {
});
});

it('connects to kerberosCrossRealm', async function () {
// ticket: COMPASS-6867
it.skip('connects to kerberosCrossRealm', async function () {
await testConnection(envs.getConnectionOptions('kerberosCrossRealm'), {
authenticatedUserRoles: [
{
Expand Down

0 comments on commit 9c6ada3

Please sign in to comment.