Skip flaky updateImageSize suite

Ref #138499
This commit is contained in:
Raymond Zhao 2021-12-06 12:46:51 -08:00
parent efd055b8ba
commit e40596a16c
No known key found for this signature in database
GPG key ID: D36E5FCE46B63B58

View file

@ -9,7 +9,7 @@ import { Selection } from 'vscode';
import { withRandomFileEditor, closeAllEditors } from './testUtils';
import { updateImageSize } from '../updateImageSize';
suite('Tests for Emmet actions on html tags', () => {
suite.skip('Tests for Emmet actions on html tags', () => {
teardown(closeAllEditors);
test('update image css with multiple cursors in css file', () => {