summaryrefslogtreecommitdiffstats
path: root/cypress_test/integration_tests/desktop/writer
diff options
context:
space:
mode:
authorGökay Şatır <gokaysatir@gmail.com>2023-05-05 13:44:42 +0300
committerGökay ŞATIR <gokaysatir@gmail.com>2023-05-06 19:05:51 +0300
commitbf9470911fa78045d05390765d6bb0dc20a75686 (patch)
treed7b7582158b1d2bf5bacb837e972ad6d365a84b3 /cypress_test/integration_tests/desktop/writer
parentfix --color-box-shadow name (diff)
downloadonline-bf9470911fa78045d05390765d6bb0dc20a75686.tar.gz
online-bf9470911fa78045d05390765d6bb0dc20a75686.zip
Skip some tests.
Signed-off-by: Gökay Şatır <gokaysatir@gmail.com> Change-Id: Ia8a2f1d58a3a083c38d259450343b597c64c5919
Diffstat (limited to 'cypress_test/integration_tests/desktop/writer')
-rw-r--r--cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js b/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js
index 69fcd69213..7e765b4115 100644
--- a/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js
+++ b/cypress_test/integration_tests/desktop/writer/complex_image_operation_spec.js
@@ -15,7 +15,7 @@ describe(['tagdesktop', 'tagnextcloud', 'tagproxy'], 'Complex image operation te
helper.afterAll(testFileName, this.currentTest.state);
});
- it('tile image validation test',function() {
+ it.skip('tile image validation test',function() {
cy.window().then(win => {
if (win.imgDatas) {
for (var i = 0; i < win.imgDatas.length; ++i) {