cypress_test/integration_tests/mobile/calc/focus_spec.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4c57f43d60389b0368afc02394ff68411abeb49e
Author:     Tamás Zolnai <tamas.zol...@collabora.com>
AuthorDate: Mon Mar 16 12:31:19 2020 +0100
Commit:     Tamás Zolnai <tamas.zol...@collabora.com>
CommitDate: Mon Mar 16 12:31:38 2020 +0100

    cypress: mobile: skip this unstable test.
    
    Change-Id: Ie9f78fd2bc50bd153a490271322236b2c5a3bf6d

diff --git a/cypress_test/integration_tests/mobile/calc/focus_spec.js 
b/cypress_test/integration_tests/mobile/calc/focus_spec.js
index 5b3136698..a4a457bc6 100644
--- a/cypress_test/integration_tests/mobile/calc/focus_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/focus_spec.js
@@ -48,7 +48,7 @@ describe('Calc focus tests', function() {
                        .should('be.eq', 'clipboard');
        });
 
-       it('Focus on second tap.', function() {
+       it.skip('Focus on second tap.', function() {
                // Click on edit button
                cy.get('#mobile-edit-button').click();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to