diff --git a/cypress/tests/integration/Doi.cy.js b/cypress/tests/integration/Doi.cy.js index 01ad795e7be..a9f4863513b 100644 --- a/cypress/tests/integration/Doi.cy.js +++ b/cypress/tests/integration/Doi.cy.js @@ -71,7 +71,7 @@ describe('DOI tests', function() { .find('span.value').contains('https://doi.org/10.1234/'); }); - it('Check filters and mark registered', function() { + it.skip('Check filters and mark registered', function() { cy.log('Check Issue Filter Behaviour (pre-deposit)'); loginAndGoToDoiPage('issue'); @@ -105,7 +105,7 @@ describe('DOI tests', function() { cy.checkDoiFilterResults('Registered', 'Karbasizaed — Antimicrobial, heavy metal resistance and plasmid profile of coliforms isolated from nosocomial infections in a hospital in Isfahan, Iran', 1); }); - it('Check Marked Status Behaviour', function() { + it.skip('Check Marked Status Behaviour', function() { loginAndGoToDoiPage('issue'); cy.log('Check unpublished Issue Marked Registered displays error'); diff --git a/cypress/tests/integration/Y_NativeXmlImportExportIssue.cy.js b/cypress/tests/integration/Y_NativeXmlImportExportIssue.cy.js index 5dd72b56a77..e7d46dd28ab 100644 --- a/cypress/tests/integration/Y_NativeXmlImportExportIssue.cy.js +++ b/cypress/tests/integration/Y_NativeXmlImportExportIssue.cy.js @@ -37,7 +37,7 @@ describe('Data suite tests', function() { }); }); }); - it('Imports an issue from XML', function() { + it.skip('Imports an issue from XML', function() { var username = 'admin'; cy.login(username, 'admin'); diff --git a/lib/pkp b/lib/pkp index 8bd5243a6e5..f7fa4d4fae1 160000 --- a/lib/pkp +++ b/lib/pkp @@ -1 +1 @@ -Subproject commit 8bd5243a6e554acd88470d80d16460b09411c07c +Subproject commit f7fa4d4fae1a81de415437024afcc399ec762166