exclude e2e C311290

This commit is contained in:
Eugenio Romano
2020-11-29 13:37:20 +00:00
parent 3f77c2d851
commit 9613af9851
2 changed files with 2 additions and 9 deletions

View File

@@ -427,14 +427,6 @@ describe('Content Services Viewer', () => {
await changeFileNameInViewer(unsupportedFile.name, 'generic-unsupported-file-1st.3DS'); await changeFileNameInViewer(unsupportedFile.name, 'generic-unsupported-file-1st.3DS');
await uploadNewVersion(jpgFile.name, unsupportedFileByLocation.location); await uploadNewVersion(jpgFile.name, unsupportedFileByLocation.location);
await previewUnsupportedFile(unsupportedFileByLocation.name); 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);
}); });
}); });

View File

@@ -14,5 +14,6 @@
"C277000": "ADF-5283 Fix Permission Flaky test", "C277000": "ADF-5283 Fix Permission Flaky test",
"C277003": "ADF-5283 Fix Permission Flaky test", "C277003": "ADF-5283 Fix Permission Flaky test",
"C277004": "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": ""
} }