Skip to content

Commit

Permalink
Merge branch 'master' into re-62-migrate-manage_catalogIndexes-to-zpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 10, 2019
2 parents 28faff8 + 1848ec6 commit 7aa95ff
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -191,6 +191,10 @@ class CompositeIndexPerformanceTest(CompositeIndexTestMixin,
unittest.TestCase):
layer = PseudoLayer

@unittest.skipIf(
sys.platform.startswith('win'),
'Time() is not well resolved in Windows.'
' In Python 3 use time.perf_count()')
def testPerformance(self):
self.enableLog()

Expand Down

0 comments on commit 7aa95ff

Please sign in to comment.