Skip to content

Commit

Permalink
Disable JWT tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Nov 7, 2024
1 parent b04805d commit 385e21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-common/__tests__/integration/auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('authentication', () => {
})

// FIXME
describe('JWT auth', () => {
xdescribe('JWT auth', () => {
let jwtClient: ClickHouseClient
const accessToken = getFromEnv(EnvKeys.jwt_access_token)

Expand Down

0 comments on commit 385e21b

Please sign in to comment.