summaryrefslogtreecommitdiff
path: root/testing/tests/benchmarks/test_resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/benchmarks/test_resources.py')
-rw-r--r--testing/tests/benchmarks/test_resources.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/tests/benchmarks/test_resources.py b/testing/tests/benchmarks/test_resources.py
index 39169012..173edbd1 100644
--- a/testing/tests/benchmarks/test_resources.py
+++ b/testing/tests/benchmarks/test_resources.py
@@ -1,3 +1,4 @@
+import pytest
import random
import time
@@ -22,6 +23,7 @@ def bellardBig(n):
return pi
+@pytest.mark.skip(reason='not a real use case, used only for instrumentation')
def test_cpu_intensive(monitored_benchmark):
def _cpu_intensive():
@@ -34,6 +36,7 @@ def test_cpu_intensive(monitored_benchmark):
monitored_benchmark(_cpu_intensive)
+@pytest.mark.skip(reason='not a real use case, used only for instrumentation')
def test_memory_intensive(monitored_benchmark):
def _memory_intensive():