depot/third_party/nixpkgs/pkgs/development/python-modules/yappi/tests.patch
Default email 8ac5e011d6 Project import generated by Copybara.
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
2020-04-24 19:36:52 -04:00

12 lines
429 B
Diff

--- a/tests/test_functionality.py
+++ b/tests/test_functionality.py
@@ -74,2 +74,3 @@ class BasicUsage(utils.YappiUnitTestCase):
+ @_unittest.skip('wall-clock-time-sensitive')
def test_get_clock(self):
--- a/tests/test_hooks.py
+++ b/tests/test_hooks.py
@@ -124,2 +124,3 @@ class ContextIdCallbackTest(utils.YappiUnitTestCase):
+ @unittest.skip('wall-clock-time-sensitive')
def test_pause_resume(self):