Merge pull request #3121 from serverless/skip-api-keys-tests

Skip API Keys tests
This commit is contained in:
Eslam λ Hefnawy 2017-01-20 18:41:39 +07:00 committed by GitHub
commit ee4e173c38
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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;