Skip to content

Commit

Permalink
skip failing test (#118443)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Mar 8, 2021
1 parent 20b1961 commit 9c78fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/areas/extensions/extensions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function setup() {
it(`install and activate vscode-smoketest-check extension`, async function () {
const app = this.app as Application;

if (app.quality === Quality.Dev) {
if (app.quality === Quality.Dev || app.web /* https://github.com/microsoft/vscode/issues/118443 */) {
this.skip();
return;
}
Expand Down

0 comments on commit 9c78fa4

Please sign in to comment.