mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
disable flaky/failing smoketest, https://github.com/microsoft/vscode/issues/132233
This commit is contained in:
@@ -12,7 +12,7 @@ export function setup(opts: minimist.ParsedArgs) {
|
||||
beforeSuite(opts);
|
||||
afterSuite(opts);
|
||||
|
||||
it(`install and enable vscode-smoketest-check extension`, async function () {
|
||||
it.skip(`install and enable vscode-smoketest-check extension`, async function () {
|
||||
const app = this.app as Application;
|
||||
|
||||
if (app.quality === Quality.Dev) {
|
||||
|
||||
Reference in New Issue
Block a user