Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRob Lourens <roblourens@gmail.com>2022-05-09 22:28:14 +0300
committerGitHub <noreply@github.com>2022-05-09 22:28:14 +0300
commit9a7a7b6191eca3c6fd67e6fc91b27c0057d4d690 (patch)
tree13a1f4bc5eff5797e7f8d5b84e2234a863138090 /test
parent73ccdb767561768b9b6d50252716b81e40d8f419 (diff)
Re-skip smoke test (#149113)
Diffstat (limited to 'test')
-rw-r--r--test/smoke/src/areas/search/search.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/smoke/src/areas/search/search.test.ts b/test/smoke/src/areas/search/search.test.ts
index d544cdde350..28796e9b0d7 100644
--- a/test/smoke/src/areas/search/search.test.ts
+++ b/test/smoke/src/areas/search/search.test.ts
@@ -46,7 +46,7 @@ export function setup(logger: Logger) {
await app.workbench.search.removeFileMatch('app.js', '2 results in 2 files');
});
- it('replaces first search result with a replace term', async function () {
+ it.skip('replaces first search result with a replace term', async function () { // TODO@roblourens https://github.com/microsoft/vscode/issues/137195
const app = this.app as Application;
await app.workbench.search.searchFor('body');