diff options
Diffstat (limited to 'tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml')
-rw-r--r-- | tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml b/tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml index bee2618..916aa99 100644 --- a/tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml +++ b/tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml @@ -2,6 +2,7 @@ import QtQuick 1.0 import org.webkit 1.0 Column { + property string skip: "WebView tests not counting until resources allocated to WebView maintenance" WebView { id: webview width: 200 |