Skip to content

Commit 6ba6723

Browse files
committedApr 15, 2022
skip long test
1 parent ada4a93 commit 6ba6723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/integration/long.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const connectionParams = {
1010
jest.setTimeout(500000);
1111

1212
describe("long running request", () => {
13-
it("handles long request", async () => {
13+
it.skip("handles long request", async () => {
1414
const query = `SELECT sleepEachRow(1) from numbers(360)`;
1515

1616
const firebolt = Firebolt({

0 commit comments

Comments
 (0)
Please sign in to comment.