Skip to content

Commit bbe60bb

Browse files
committed
Fix: skip large number of annotations test in automated suite
1 parent 7c32557 commit bbe60bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotpy/tests/benchmarks/test_large_number_of_annotations.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import timeit
1111

1212
import numpy as np
13+
import pytest
1314
from guidata.qthelpers import qt_app_context
1415

1516
from plotpy.builder import make
@@ -82,6 +83,7 @@ def create_random_polygons(
8283
return np.array(polygons)
8384

8485

86+
@pytest.mark.skip(reason="Not relevant in automated test suite")
8587
def test_large_number_of_annotations(measure_execution_time: bool = False):
8688
"""Test large number of annotations
8789

0 commit comments

Comments
 (0)