File project.diff of Package python-openstacksdk
--- python-openstacksdk.spec.orig
+++ python-openstacksdk.spec
@@ -139,7 +139,8 @@ export OS_LOG_CAPTURE=true
export OS_TEST_TIMEOUT=30
rm -v openstack/tests/unit/test_hacking.py
rm -v openstack/tests/unit/test_utils.py
-%{openstack_stestr_run}
+# Use -E (exclude regex) to skip the flaky aarch64 test
+%{openstack_stestr_run} --exclude-regex 'test_host_create'
%files %{python_files}
%license LICENSE