Skip to content

Commit

Permalink
Skip functional tests relying on unreleased features
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaster committed Jun 30, 2021
1 parent ca6618a commit 2a84405
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sdk-node/test/methods.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,8 @@ describe('LookerNodeSDK', () => {
})
})

describe('paging alpha', () => {
// TODO remove skip after Looker 21.12 is available
describe.skip('paging alpha', () => {
describe('pager', () => {
test(
'getRel can override limit and offset',
Expand Down

0 comments on commit 2a84405

Please sign in to comment.