at master 617 B view raw
1--- a/tests/test_functionality.py 2+++ b/tests/test_functionality.py 3@@ -262,1 +262,2 @@ class BasicUsage(utils.YappiUnitTestCase): 4+ @unittest.skip('wall-clock-time-sensitive') 5 def test_get_clock(self): 6@@ -363,2 +363,3 @@ class BasicUsage(utils.YappiUnitTestCase): 7 @unittest.skipIf(os.name == "nt", "do not run on Windows") 8+ @unittest.skip('broken-path') 9 def test_run_as_script(self): 10--- a/tests/test_hooks.py 11+++ b/tests/test_hooks.py 12@@ -127,1 +127,2 @@ class ContextIdCallbackTest(utils.YappiUnitTestCase): 13+ @unittest.skip('wall-clock-time-sensitive') 14 def test_pause_resume(self):