Revert "Reenable smoke test to see if still flakey" #115244

This reverts commit 5d80c30e5b.
This commit is contained in:
Jackson Kearl 2021-03-08 19:31:33 -08:00
parent 11a84a6e8a
commit ac229ced07
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -35,7 +35,7 @@ export function setup() {
});
// https://github.com/microsoft/vscode/issues/115244
it('dismisses result & checks for correct result number', async function () {
it.skip('dismisses result & checks for correct result number', async function () {
const app = this.app as Application;
await app.workbench.search.searchFor('body');
await app.workbench.search.removeFileMatch('app.js');