test: skip flaky Settings editor smoke test (#202097)

This commit is contained in:
Raymond Zhao 2024-01-09 09:16:42 -08:00 committed by GitHub
parent 5b1893b24b
commit fb84f3bcfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,8 @@ export function setup(logger: Logger) {
await app.code.waitForSetValue('.settings-editor .setting-item-contents .setting-item-control input', '4');
});
it('turns off editor line numbers and verifies the live change', async function () {
// Skipping test due to it being flaky.
it.skip('turns off editor line numbers and verifies the live change', async function () {
const app = this.app as Application;
await app.workbench.editors.newUntitledFile();