diff --git a/cypress/tests/integration/Doi.cy.js b/cypress/tests/integration/Doi.cy.js index 431353f978..2aa2a5c8e2 100644 --- a/cypress/tests/integration/Doi.cy.js +++ b/cypress/tests/integration/Doi.cy.js @@ -49,7 +49,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 Submission Filter Behaviour (pre-deposit)'); loginAndGoToDoiPage(); @@ -69,7 +69,7 @@ describe('DOI tests', function() { }); - it('Check Marked Status Behaviour', function() { + it.skip('Check Marked Status Behaviour', function() { loginAndGoToDoiPage(); cy.log('Check unpublished Submission Marked Registered displays error'); diff --git a/lib/pkp b/lib/pkp index 8bd5243a6e..f7fa4d4fae 160000 --- a/lib/pkp +++ b/lib/pkp @@ -1 +1 @@ -Subproject commit 8bd5243a6e554acd88470d80d16460b09411c07c +Subproject commit f7fa4d4fae1a81de415437024afcc399ec762166