mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #3121 from serverless/skip-api-keys-tests
Skip API Keys tests
This commit is contained in:
commit
ee4e173c38
@ -17,7 +17,8 @@ const APIG = new AWS.APIGateway({ region: 'us-east-1' });
|
||||
BbPromise.promisifyAll(CF, { suffix: 'Promised' });
|
||||
BbPromise.promisifyAll(APIG, { suffix: 'Promised' });
|
||||
|
||||
describe('AWS - API Gateway (Integration: Lambda Proxy): API keys test', () => {
|
||||
// NOTE this test will be skipped for now as AWS has some inconsistencies with API key usage
|
||||
xdescribe('AWS - API Gateway (Integration: Lambda Proxy): API keys test', () => {
|
||||
let stackName;
|
||||
let endpoint;
|
||||
let apiKey;
|
||||
|
||||
@ -17,7 +17,8 @@ const APIG = new AWS.APIGateway({ region: 'us-east-1' });
|
||||
BbPromise.promisifyAll(CF, { suffix: 'Promised' });
|
||||
BbPromise.promisifyAll(APIG, { suffix: 'Promised' });
|
||||
|
||||
describe('AWS - API Gateway (Integration: Lambda): API keys test', () => {
|
||||
// NOTE this test will be skipped for now as AWS has some inconsistencies with API key usage
|
||||
xdescribe('AWS - API Gateway (Integration: Lambda): API keys test', () => {
|
||||
let stackName;
|
||||
let endpoint;
|
||||
let apiKey;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user