diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-09-10 14:22:21 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-09-10 14:23:24 +0200 |
commit | a07c1a431cc8883a8a51fef17990b5465dbe87a0 (patch) | |
tree | 5fb14db05c121babff652fd8188f0dbba54d78dd | |
parent | f6e4ceb2f7e5a3f6020e3d64e8c9270a11f94bd4 (diff) |
SPEC-2740: add weston in the qemuarm/qemuarm64 skiplist
weston does not start on qemuarm/qemuarm64, let's add it to the test skiplist.
Change-Id: I885b8fe0e6521a1e707c4a3298a9f7d9aa384728
Bug-AGL: SPEC-2740
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r-- | skiplists/qemuarm | 1 | ||||
-rw-r--r-- | skiplists/qemuarm64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/skiplists/qemuarm b/skiplists/qemuarm new file mode 100644 index 0000000..56f5eb9 --- /dev/null +++ b/skiplists/qemuarm @@ -0,0 +1 @@ +weston.service diff --git a/skiplists/qemuarm64 b/skiplists/qemuarm64 new file mode 100644 index 0000000..56f5eb9 --- /dev/null +++ b/skiplists/qemuarm64 @@ -0,0 +1 @@ +weston.service |