diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-09-28 00:02:33 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-09-29 21:02:19 -0400 |
| commit | 1b92611a740417a1c70c382e1c85f377f47f49ae (patch) | |
| tree | da91687bd8a56d67583a9680033390d9ecb5181a | |
| parent | ed33aad526b820e1024536b2609006f44e341251 (diff) | |
This test is flaky
| -rw-r--r-- | suite/api_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/suite/api_test.py b/suite/api_test.py index 58cd664e..7ff5ec00 100644 --- a/suite/api_test.py +++ b/suite/api_test.py @@ -30,6 +30,7 @@ from binaryninja.variable import * from binaryninja.typeparser import * from binaryninja.typeprinter import * import zipfile +from flaky import flaky class FileApparatus: @@ -487,6 +488,7 @@ class DemanglerTest(unittest.TestCase): class PluginManagerTest(unittest.TestCase): + @flaky(max_runs=4, min_passes=1) def test_install_plugin(self): mgr = RepositoryManager() assert mgr.check_for_updates() |
