mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 09:15:30 +03:00
11 lines
277 B
Diff
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()
|
|
|