We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada4a93 commit 6ba6723Copy full SHA for 6ba6723
test/integration/long.test.ts
@@ -10,7 +10,7 @@ const connectionParams = {
10
jest.setTimeout(500000);
11
12
describe("long running request", () => {
13
- it("handles long request", async () => {
+ it.skip("handles long request", async () => {
14
const query = `SELECT sleepEachRow(1) from numbers(360)`;
15
16
const firebolt = Firebolt({
0 commit comments