aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mitmproxy/skip-test-optmanager-x86.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mitmproxy/skip-test-optmanager-x86.patch')
-rw-r--r--testing/mitmproxy/skip-test-optmanager-x86.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/mitmproxy/skip-test-optmanager-x86.patch b/testing/mitmproxy/skip-test-optmanager-x86.patch
new file mode 100644
index 00000000000..b2d21c93091
--- /dev/null
+++ b/testing/mitmproxy/skip-test-optmanager-x86.patch
@@ -0,0 +1,11 @@
+--- 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()
+