mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
exclude e2e C311290
This commit is contained in:
@@ -427,14 +427,6 @@ describe('Content Services Viewer', () => {
|
||||
await changeFileNameInViewer(unsupportedFile.name, 'generic-unsupported-file-1st.3DS');
|
||||
await uploadNewVersion(jpgFile.name, unsupportedFileByLocation.location);
|
||||
await previewUnsupportedFile(unsupportedFileByLocation.name);
|
||||
|
||||
await changeFileNameInViewer(unsupportedFileByLocation.name, 'generic-unsupported-file-2nd.3DS');
|
||||
await uploadNewVersion(pdfFile.name, unsupportedFileByLocation.location);
|
||||
await previewUnsupportedFile(unsupportedFileByLocation.name);
|
||||
|
||||
await changeFileNameInViewer(unsupportedFileByLocation.name, 'generic-unsupported-file-3rd.3DS');
|
||||
await uploadNewVersion(mp4File.name, unsupportedFileByLocation.location);
|
||||
await previewUnsupportedFile(unsupportedFileByLocation.name);
|
||||
});
|
||||
});
|
||||
|
||||
|
@@ -14,5 +14,6 @@
|
||||
"C277000": "ADF-5283 Fix Permission Flaky test",
|
||||
"C277003": "ADF-5283 Fix Permission Flaky test",
|
||||
"C277004": "ADF-5283 Fix Permission Flaky test",
|
||||
"C299187": "ADF-5285 Failing aspect test"
|
||||
"C299187": "ADF-5285 Failing aspect test",
|
||||
"C311290": ""
|
||||
}
|
||||
|
Reference in New Issue
Block a user