Skip to content

Commit 22bb15d

Browse files
authored
test(util-stream): skip test for CI
1 parent 60ec921 commit 22bb15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util-stream/test/util-stream-blob.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Readable } from "stream";
44

55
import { FunctionName, setup } from "./setup";
66

7-
describe("blob e2e", () => {
7+
xdescribe("blob e2e", () => {
88
jest.setTimeout(100000);
99

1010
const lambda = new Lambda({

0 commit comments

Comments
 (0)