Skip to content
Snippets Groups Projects
Commit 722d335e authored by Ariadne Conill's avatar Ariadne Conill
Browse files

main/spice: disable test-record test, broken on big-endian

parent eca0c5cb
No related branches found
No related tags found
No related merge requests found
......@@ -66,5 +66,7 @@ server() {
mv "$pkgdir"/usr/lib/*server.so.* "$subpkgdir"/usr/lib/
}
sha512sums="9ecdc455ff25c71ac1fe6c576654b51efbfb860110bd6828065d23f7462d5c5cac772074d1a40f033386258d970b77275b2007bcfdffb23fdff2137154ea46e4 spice-0.14.3.tar.bz2
10104feb05ce9d70074cad58efb9772cc8521666ea1c694bedf5c3ecfaa15a755324ac989b94d3be61e69be4286ab8369b900452fe98864596dcbc45d4a896b5 failing-tests.patch"
sha512sums="
9ecdc455ff25c71ac1fe6c576654b51efbfb860110bd6828065d23f7462d5c5cac772074d1a40f033386258d970b77275b2007bcfdffb23fdff2137154ea46e4 spice-0.14.3.tar.bz2
15b8abdabbed501b67562497a37bfd2e622373a48b6e5c5e3b0271ecf06af0b19d0483d687714d08ea7bd2ad04d2152ec2a6ae91521d456fe8caf4a8e0b4e548 failing-tests.patch
"
......@@ -2,12 +2,12 @@ diff --git a/server/tests/meson.build b/server/tests/meson.build
index 09ba0f2..9833746 100644
--- a/server/tests/meson.build
+++ b/server/tests/meson.build
@@ -50,7 +50,6 @@ tests = [
@@ -50,7 +50,5 @@ tests = [
['test-empty-success', true],
['test-channel', true],
['test-stream-device', true],
- ['test-listen', true],
['test-record', true],
- ['test-record', true],
['test-display-no-ssl', false],
['test-display-streaming', false],
@@ -60,10 +59,6 @@ tests = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment