Skip to content

Commit 898cc23

Browse files
committed
skipping unreliable linter test
- tracked by #2571 - correct news entry to address the appropriate issue
1 parent c16a769 commit 898cc23

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
File renamed without changes.

src/test/linters/lint.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ suite('Linting - General Tests', () => {
271271
});
272272
// tslint:disable-next-line:no-function-expression
273273
test('Multiple linters', async function () {
274+
// skip this unreliable test: gh 2571 tracking this issue...
275+
// tslint:disable-next-line:no-invalid-this
276+
return this.skip();
277+
274278
await closeActiveWindows();
275279
const document = await workspace.openTextDocument(path.join(pythoFilesPath, 'print.py'));
276280
await window.showTextDocument(document);

0 commit comments

Comments
 (0)