aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/sanity/BLACKLIST20
-rw-r--r--tests/manual/headerview/main.qml4
2 files changed, 20 insertions, 4 deletions
diff --git a/tests/auto/sanity/BLACKLIST b/tests/auto/sanity/BLACKLIST
index 42ad3448..2a157b87 100644
--- a/tests/auto/sanity/BLACKLIST
+++ b/tests/auto/sanity/BLACKLIST
@@ -2,3 +2,23 @@
*
[attachedObjects:material/SwitchDelegate.qml]
*
+[ids:controls/HorizontalHeaderView.qml]
+*
+[ids:controls/VerticalHeaderView.qml]
+*
+[ids:fusion/HorizontalHeaderView.qml]
+*
+[ids:fusion/VerticalHeaderView.qml]
+*
+[ids:imagine/HorizontalHeaderView.qml]
+*
+[ids:imagine/VerticalHeaderView.qml]
+*
+[ids:material/HorizontalHeaderView.qml]
+*
+[ids:material/VerticalHeaderView.qml]
+*
+[ids:universal/HorizontalHeaderView.qml]
+*
+[ids:universal/VerticalHeaderView.qml]
+*
diff --git a/tests/manual/headerview/main.qml b/tests/manual/headerview/main.qml
index 2919f1b2..ab9c3dc5 100644
--- a/tests/manual/headerview/main.qml
+++ b/tests/manual/headerview/main.qml
@@ -101,8 +101,6 @@ Window {
HorizontalHeaderView {
id: horizontalHeader
objectName: "horizontalHeader"
- height: contentHeight
- width: syncView.width
anchors.top: parent.top
anchors.left: tableView.left
syncView: tableView
@@ -112,8 +110,6 @@ Window {
VerticalHeaderView {
id: verticalHeader
objectName: "verticalHeader"
- width: contentWidth
- height: syncView.height
anchors.top: tableView.top
syncView: tableView
clip: true