[ACA-3394] Fixing wrong rebase for file preview and exclude failing regressive e2es ()

* [ACA-3394] Fixing wrong rebase for file preview

* Exclude failing tests
This commit is contained in:
Popovics András 2020-08-08 11:44:43 +02:00 committed by GitHub
parent cd1252cb94
commit d7e61e8fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

@ -16,5 +16,7 @@
"C586778" : "Include once ACA starts using ACS 7+, https://issues.alfresco.com/jira/browse/ACA-3601", "C586778" : "Include once ACA starts using ACS 7+, https://issues.alfresco.com/jira/browse/ACA-3601",
"C586779" : "Include once ACA starts using ACS 7+, https://issues.alfresco.com/jira/browse/ACA-3601", "C586779" : "Include once ACA starts using ACS 7+, https://issues.alfresco.com/jira/browse/ACA-3601",
"C586780" : "Include once ACA starts using ACS 7+, https://issues.alfresco.com/jira/browse/ACA-3601", "C586780" : "Include once ACA starts using ACS 7+, https://issues.alfresco.com/jira/browse/ACA-3601",
"C586781" : "Include once ACA starts using ACS 7+, https://issues.alfresco.com/jira/browse/ACA-3601" "C586781" : "Include once ACA starts using ACS 7+, https://issues.alfresco.com/jira/browse/ACA-3601",
"C280080": "https://issues.alfresco.com/jira/browse/ACA-3822",
"C280083": "https://issues.alfresco.com/jira/browse/ACA-3823"
} }

@ -146,6 +146,7 @@ export class ViewerEffects {
}) })
); );
@Effect({ dispatch: false })
pluginPreview$ = this.actions$.pipe( pluginPreview$ = this.actions$.pipe(
ofType<PluginPreviewAction>(ViewerActionTypes.PluginPreview), ofType<PluginPreviewAction>(ViewerActionTypes.PluginPreview),
tap((action) => { tap((action) => {