Skip to content

Commit 76f54a2

Browse files
GSVarshaFerenc-
authored andcommitted
skip --> skipIf
Signed-off-by: Varsha GS <[email protected]>
1 parent 764ded0 commit 76f54a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clients/boto3/test_boto3_lambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from instana.singletons import tracer, agent
1717
from ...helpers import get_first_span_by_filter
1818

19-
@unittest.skip(version_info < (3, 8), "Test skipped on Python < 3.8")
19+
@unittest.skipIf(version_info < (3, 8), "Test skipped on Python < 3.8")
2020
class TestLambda(unittest.TestCase):
2121
def setUp(self):
2222
""" Clear all spans before a test run """

0 commit comments

Comments
 (0)