diff --git a/e2e/core/viewer/viewer-content-services-component.e2e.ts b/e2e/core/viewer/viewer-content-services-component.e2e.ts index 3e141728e3..1ccc1093cc 100644 --- a/e2e/core/viewer/viewer-content-services-component.e2e.ts +++ b/e2e/core/viewer/viewer-content-services-component.e2e.ts @@ -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); }); }); diff --git a/e2e/protractor.excludes.json b/e2e/protractor.excludes.json index e8cb9672d4..071ca76b81 100644 --- a/e2e/protractor.excludes.json +++ b/e2e/protractor.excludes.json @@ -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": "" }