mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Re-skip smoke test (#149113)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user