test: fix upload image test by skip one (#38676)

This commit is contained in:
afc163 2022-11-18 15:19:20 +08:00 committed by GitHub
parent 89e2ab8337
commit f4d4135480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
import { imageDemoTest } from '../../../tests/shared/imageTest';
describe('Upload image', () => {
imageDemoTest('upload');
imageDemoTest('upload', { skip: ['crop-image.tsx'] });
});