Skip to content

Commit

Permalink
Add ref to why test is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar authored and leilapearson committed Apr 27, 2020
1 parent 058bb93 commit 2025795
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
import * as assert from 'assert';
import { window, tasks, Disposable, TaskDefinition, Task, EventEmitter, CustomExecution, Pseudoterminal, TaskScope, commands, Task2, env, UIKind } from 'vscode';

// Disable tasks tests:
// - Web https://github.com/microsoft/vscode/issues/90528
((env.uiKind === UIKind.Web) ? suite.skip : suite)('vscode API - tasks', () => {

suite('Tasks', () => {
Expand Down

0 comments on commit 2025795

Please sign in to comment.