1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 09:15:30 +03:00
aports/testing/mitmproxy/skip-test-optmanager-x86.patch
2023-02-23 17:44:11 +01:00

11 lines
277 B
Diff

--- a/test/mitmproxy/test_optmanager.py
+++ b/test/mitmproxy/test_optmanager.py
@@ -186,6 +186,8 @@ def test_subscribe():
assert t.called
+import platform
+@pytest.mark.skipif(platform.machine() == "i686", reason="Test is flaky")
def test_rollback():
o = TO()