mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 01:13:58 +08:00
test: fix upload image test by skip one (#38676)
This commit is contained in:
parent
89e2ab8337
commit
f4d4135480
@ -1,5 +1,5 @@
|
||||
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
||||
|
||||
describe('Upload image', () => {
|
||||
imageDemoTest('upload');
|
||||
imageDemoTest('upload', { skip: ['crop-image.tsx'] });
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user