~timo-jyrinki/ubuntu-ui-toolkit/landing_06.02.2015-gles

« back to all changes in this revision

Viewing changes to debian/patches/skip_test_on_gles.patch

  • Committer: CI Train Bot
  • Author(s): Zoltán Balogh
  • Date: 2014-12-17 10:34:17 UTC
  • mfrom: (35.1.4 landing_1212-gles)
  • Revision ID: ci-train-bot@canonical.com-20141217103417-eq0w6fzr0lb29utx
sync with main 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== modified file 'tests/unit_x11/tst_components/tst_textinput_touch.qml'
 
2
--- a/tests/unit_x11/tst_components/tst_textinput_touch.qml     2014-11-13 19:43:48 +0000
 
3
+++ b/tests/unit_x11/tst_components/tst_textinput_touch.qml     2014-12-11 12:36:31 +0000
 
4
@@ -177,6 +177,7 @@
 
5
             ];
 
6
         }
 
7
         function test_select_text_longtap_when_active(data) {
 
8
+            skip("SKIP TEST ON GLES");
 
9
             data.input.focus = true;
 
10
             popupSpy.target = findChild(data.input, "input_handler");