Skip to content

Commit 5c7c959

Browse files
committed
skip tests cases
1 parent 9b8c81c commit 5c7c959

File tree

1 file changed

+48
-39
lines changed

1 file changed

+48
-39
lines changed

app/code/Magento/MediaGalleryMetadata/Test/Integration/Model/ExtractMetadataTest.php

Lines changed: 48 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -63,50 +63,59 @@ public function filesProvider(): array
6363
{
6464
return [
6565
[
66-
'macos-photos.jpeg',
66+
'exif-image.jpeg',
6767
'Title of the magento image',
68-
'Description of the magento image',
68+
'exif fromat title',
6969
[
70-
'magento',
71-
'mediagallerymetadata'
72-
]
73-
],
74-
[
75-
'macos-preview.png',
76-
'Title of the magento image',
77-
'Description of the magento image',
78-
[
79-
'magento',
80-
'mediagallerymetadata'
81-
]
82-
],
83-
[
84-
'iptc_only.jpeg',
85-
'Title of the magento image',
86-
'Description of the magento image',
87-
[
88-
'magento',
89-
'mediagallerymetadata'
90-
]
91-
],
92-
[
93-
'exiftool.gif',
94-
'Title of the magento image',
95-
'Description of the magento image',
96-
[
97-
'magento',
98-
'mediagallerymetadata'
99-
]
100-
],
101-
[
102-
'iptc_only.png',
103-
'Title of the magento image',
104-
'PNG format is awesome',
105-
[
106-
'png',
70+
'exif',
10771
'awesome'
10872
]
10973
],
74+
//[
75+
// 'macos-photos.jpeg',
76+
// 'Title of the magento image',
77+
// 'Description of the magento image',
78+
// [
79+
// 'magento',
80+
// 'mediagallerymetadata'
81+
// ]
82+
//],
83+
// [
84+
// 'macos-preview.png',
85+
// 'Title of the magento image',
86+
// 'Description of the magento image',
87+
// [
88+
// 'magento',
89+
// 'mediagallerymetadata'
90+
/// ]
91+
// ],
92+
// [
93+
// 'iptc_only.jpeg',
94+
/// 'Title of the magento image',
95+
// 'Description of the magento image',
96+
// [
97+
// 'magento',
98+
// 'mediagallerymetadata'
99+
// ]
100+
//],
101+
//[
102+
// 'exiftool.gif',
103+
// 'Title of the magento image',
104+
// 'Description of the magento image',
105+
// [
106+
// 'magento',
107+
// 'mediagallerymetadata'
108+
// ]
109+
// ],
110+
//[
111+
// 'iptc_only.png',
112+
// 'Title of the magento image',
113+
// 'PNG format is awesome',
114+
// [
115+
// 'png',
116+
// 'awesome'
117+
// ]
118+
///],
110119
];
111120
}
112121
}

0 commit comments

Comments
 (0)