Skip to content

Commit b11a3f7

Browse files
authored
Disable flaky test (microsoft#182814)
Fixes microsoft#182489
1 parent 0168065 commit b11a3f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/vscode-api-tests/src/singlefolder-tests/documentPaste.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import { closeAllEditors, createRandomFile, disposeAll } from '../utils';
99

1010
const textPlain = 'text/plain';
1111

12-
(vscode.env.uiKind === vscode.UIKind.Web ? suite.skip : suite)('vscode API - Copy Paste', function () {
12+
// Skipped due to flakiness on Linux Desktop and errors on web
13+
suite.skip('vscode API - Copy Paste', function () {
1314

1415
this.retries(3);
1516

0 commit comments

Comments
 (0)