Skip to content

Commit

Permalink
test: skip flaky Settings editor smoke test (#202097)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Jan 9, 2024
1 parent 5b1893b commit fb84f3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/smoke/src/areas/preferences/preferences.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit fb84f3b

Please sign in to comment.