Skip to content

Commit

Permalink
Temporarily pin tests' Code version to 1.67.2
Browse files Browse the repository at this point in the history
Because 1.68.0 breaks!
  • Loading branch information
andyleejordan committed May 18, 2022
1 parent 6738fe9 commit 2ccbbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function main() {
launchArgs: ["--disable-extensions", "./test"],
// This is necessary because the tests fail if more than once
// instance of Code is running.
version: "insiders"
version: "1.67.2"
});
} catch (err) {
// tslint:disable-next-line:no-console
Expand Down

0 comments on commit 2ccbbf3

Please sign in to comment.