Merge pull request #1932 from github/aeisenberg/fix-vscode-integration-tests

Remove assertion in tests
This commit is contained in:
Andrew Eisenberg
2023-01-05 16:41:49 -08:00
committed by GitHub

View File

@@ -191,7 +191,6 @@ describe("Remote queries", () => {
// check dependencies.
expect(packNames).toContain("javascript-all");
expect(packNames.length).toBeLessThan(3);
});
it("should run a remote query that is not part of a qlpack", async () => {
@@ -248,7 +247,6 @@ describe("Remote queries", () => {
// check dependencies.
expect(packNames).toContain("javascript-all");
expect(packNames.length).toBeLessThan(3);
});
it("should run a remote query that is nested inside a qlpack", async () => {
@@ -308,7 +306,6 @@ describe("Remote queries", () => {
// check dependencies.
expect(packNames).toContain("javascript-all");
expect(packNames.length).toBeLessThan(3);
});
it("should cancel a run before uploading", async () => {