Merge pull request #1932 from github/aeisenberg/fix-vscode-integration-tests
Remove assertion in tests
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user