diff --git a/ext/sockets/tests/socket_sendto_zerocopy.phpt b/ext/sockets/tests/socket_sendto_zerocopy.phpt index 107444b6313a4..8542038da9986 100644 --- a/ext/sockets/tests/socket_sendto_zerocopy.phpt +++ b/ext/sockets/tests/socket_sendto_zerocopy.phpt @@ -11,6 +11,10 @@ if (!defined("SO_ZEROCOPY")) { if (strpos($arch, 'ppc') !== false || strpos($arch, 'powerpc') !== false) { die('skip not for powerpc arch'); } +if (getenv('CIRRUS_CI') && strpos($arch, 'aarch64') !== false) { + die('xfail Broken on Cirrus + arm'); +} +?> --FILE--