Skip to content

Commit

Permalink
test(client-kinesis): skip e2e test for CI (#4665)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Apr 26, 2023
1 parent a583edf commit e6f9e20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/client-kinesis/test/Kinesis.e2e.spec.ts
Expand Up @@ -4,7 +4,8 @@ describe("@aws-sdk/client-kinesis", () => {
const client = new KinesisClient({});
const ONE_SECOND = 1 * 1000;

it(
// TODO: not working in CI
xit(
`${ListStreamsCommand.name} should succeed`,
async () => {
const { StreamNames } = await client.send(new ListStreamsCommand({}));
Expand Down

0 comments on commit e6f9e20

Please sign in to comment.